Html Css Color HEX #BCF22F Green Yellow

📋 copy color: '#BCF22F'

red 188 ◦ green 242 ◦ blue 47

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

Shades of Green Yellow #BCF22F

Tints of Green Yellow #BCF22F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.73%

 BLUE value IS 47 (18.75% from 255) = 9.85%

R = 39.41%
G = 50.73%
B = 9.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#BCF22F (or 0xBCF22F) is known color: Green Yellow. HEX triplet: BC, F2 and 2F. RGB value is (188,242,47). Sum of RGB (Red+Green+Blue) = 188+242+47=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 47 (18.75% from 255 or 9.85% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF22F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF22F is #430DD0. Grayscale: #CCCCCC. Windows color (decimal): -4394449 or 3142332. OLE color: 3142332.

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

Color convert

RGB 188 242 47 -
CMYK 0.22 0 0.81 0.05
HSL 76.62º 0.88% 0.57% -
HSV(B) 76.62º 0.81% 0.95% -
XYZ 53 74.4 14.26 -
YUV 203.62 39.61 116.86 -
System Red Green Blue C M Y K H S L
Decimal 188 242 47 0.22 0 0.81 0.05 76.62 0.88 0.57
Hex BC F2 2F 16 0 51 5 4D 58 39
Octal 274 362 57 26 0 121 5 115 130 71
Binary 10111100 11110010 101111 10110 0 1010001 101 1001101 1011000 111001

Color Harmonies of #BCF22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF22F

Black with #BCF22F

Text Example


Text Example

White with #BCF22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF22F; }

 p { color: rgb(188,242,47); }

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

background-color css

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

 a { background-color: rgb(188,242,47); }

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

border-color css

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

 span { border-color: rgb(188,242,47); }

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