Html Css Color HEX #BCFF42 Green Yellow

📋 copy color: '#BCFF42'

red 188 ◦ green 255 ◦ blue 66

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

Shades of Green Yellow #BCFF42

Tints of Green Yellow #BCFF42

RGB

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

 GREEN value IS 255 (100% from 255) = 50.1%

 BLUE value IS 66 (26.17% from 255) = 12.97%

R = 36.94%
G = 50.1%
B = 12.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#BCFF42 (or 0xBCFF42) is known color: Green Yellow. HEX triplet: BC, FF and 42. RGB value is (188,255,66). Sum of RGB (Red+Green+Blue) = 188+255+66=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 66 (26.17% from 255 or 12.97% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFF42 is #4300BD. Grayscale: #D6D6D6. Windows color (decimal): -4391102 or 4390844. OLE color: 4390844.

HSL color Cylindrical-coordinate representation of color #BCFF42: hue angle of 81.27º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCFF42 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 188 255 66 -
CMYK 0.26 0 0.74 0
HSL 81.27º 1% 0.63% -
HSV(B) 81.27º 0.74% 1% -
XYZ 57.48 82.6 18.07 -
YUV 213.42 44.8 109.87 -
System Red Green Blue C M Y K H S L
Decimal 188 255 66 0.26 0 0.74 0 81.27 1 0.63
Hex BC FF 42 1A 0 4A 0 51 64 3F
Octal 274 377 102 32 0 112 0 121 144 77
Binary 10111100 11111111 1000010 11010 0 1001010 0 1010001 1100100 111111

Color Harmonies of #BCFF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF42

Black with #BCFF42

Text Example


Text Example

White with #BCFF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF42; }

 p { color: rgb(188,255,66); }

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

background-color css

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

 a { background-color: rgb(188,255,66); }

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

border-color css

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

 span { border-color: rgb(188,255,66); }

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