Html Css Color HEX #BCF226 Green Yellow

📋 copy color: '#BCF226'

red 188 ◦ green 242 ◦ blue 38

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

Shades of Green Yellow #BCF226

Tints of Green Yellow #BCF226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.12%

R = 40.17%
G = 51.71%
B = 8.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#BCF226 (or 0xBCF226) is known color: Green Yellow. HEX triplet: BC, F2 and 26. RGB value is (188,242,38). Sum of RGB (Red+Green+Blue) = 188+242+38=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 38 (15.23% from 255 or 8.12% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF226 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF226 is #430DD9. Grayscale: #CBCBCB. Windows color (decimal): -4394458 or 2552508. OLE color: 2552508.

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

Color convert

RGB 188 242 38 -
CMYK 0.22 0 0.84 0.05
HSL 75.88º 0.89% 0.55% -
HSV(B) 75.88º 0.84% 0.95% -
XYZ 52.84 74.34 13.4 -
YUV 202.6 35.11 117.59 -
System Red Green Blue C M Y K H S L
Decimal 188 242 38 0.22 0 0.84 0.05 75.88 0.89 0.55
Hex BC F2 26 16 0 54 5 4C 59 37
Octal 274 362 46 26 0 124 5 114 131 67
Binary 10111100 11110010 100110 10110 0 1010100 101 1001100 1011001 110111

Color Harmonies of #BCF226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF226

Black with #BCF226

Text Example


Text Example

White with #BCF226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF226; }

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

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

background-color css

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

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

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

border-color css

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

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

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