Html Css Color HEX #BCF228 Green Yellow

📋 copy color: '#BCF228'

red 188 ◦ green 242 ◦ blue 40

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

Shades of Green Yellow #BCF228

Tints of Green Yellow #BCF228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.51%

R = 40%
G = 51.49%
B = 8.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#BCF228 (or 0xBCF228) is known color: Green Yellow. HEX triplet: BC, F2 and 28. RGB value is (188,242,40). Sum of RGB (Red+Green+Blue) = 188+242+40=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 242 (94.92% from 255 or 51.49% from 470); Blue value is 40 (16.02% from 255 or 8.51% from 470); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF228 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF228 is #430DD7. Grayscale: #CBCBCB. Windows color (decimal): -4394456 or 2683580. OLE color: 2683580.

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

Color convert

RGB 188 242 40 -
CMYK 0.22 0 0.83 0.05
HSL 76.04º 0.89% 0.55% -
HSV(B) 76.04º 0.83% 0.95% -
XYZ 52.87 74.35 13.57 -
YUV 202.83 36.11 117.43 -
System Red Green Blue C M Y K H S L
Decimal 188 242 40 0.22 0 0.83 0.05 76.04 0.89 0.55
Hex BC F2 28 16 0 53 5 4C 59 37
Octal 274 362 50 26 0 123 5 114 131 67
Binary 10111100 11110010 101000 10110 0 1010011 101 1001100 1011001 110111

Color Harmonies of #BCF228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF228

Black with #BCF228

Text Example


Text Example

White with #BCF228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF228; }

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

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

background-color css

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

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

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

border-color css

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

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

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