Html Css Color HEX #BCF131 Green Yellow

📋 copy color: '#BCF131'

red 188 ◦ green 241 ◦ blue 49

#BCF131
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Yellow #BCF131

Tints of Green Yellow #BCF131

RGB

 RED value IS 188 (73.83% from 255) = 39.33%

 GREEN value IS 241 (94.53% from 255) = 50.42%

 BLUE value IS 49 (19.53% from 255) = 10.25%

R = 39.33%
G = 50.42%
B = 10.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCF131 (or 0xBCF131) is known color: Green Yellow. HEX triplet: BC, F1 and 31. RGB value is (188,241,49). Sum of RGB (Red+Green+Blue) = 188+241+49=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 49 (19.53% from 255 or 10.25% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF131 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF131 is #430ECE. Grayscale: #CBCBCB. Windows color (decimal): -4394703 or 3273148. OLE color: 3273148.

HSL color Cylindrical-coordinate representation of color #BCF131: hue angle of 76.56º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCF131 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 49 -
CMYK 0.22 0 0.80 0.05
HSL 76.56º 0.87% 0.57% -
HSV(B) 76.56º 0.8% 0.95% -
XYZ 52.75 73.82 14.37 -
YUV 203.27 40.94 117.11 -
System Red Green Blue C M Y K H S L
Decimal 188 241 49 0.22 0 0.80 0.05 76.56 0.87 0.57
Hex BC F1 31 16 0 50 5 4D 57 39
Octal 274 361 61 26 0 120 5 115 127 71
Binary 10111100 11110001 110001 10110 0 1010000 101 1001101 1010111 111001

Color Harmonies of #BCF131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF131

Black with #BCF131

Text Example


Text Example

White with #BCF131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF131; }

 p { color: rgb(188,241,49); }

 H1.HeaderClassName
 {
   color: #BCF131;
 }
 .AnyTagClassName
 {
   color: #BCF131;
 }
</style>

background-color css

<style>
 a { background-color: #BCF131; }

 a { background-color: rgb(188,241,49); }

 div.DivClassName
 {
   background-color: #BCF131;
 }
 .BgClassName
 {
   background-color: #BCF131;
 }
</style>

border-color css

<style>
 span { border-color: #BCF131; }

 span { border-color: rgb(188,241,49); }

 td.TdClassName
 {
   border-color: #BCF131;
 }
 .TagClassName
 {
   border-color: #BCF131;
 }
</style>