Html Css Color HEX #BCEE42 Conifer

📋 copy color: '#BCEE42'

red 188 ◦ green 238 ◦ blue 66

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

Shades of Conifer #BCEE42

Tints of Conifer #BCEE42

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.37%

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

R = 38.21%
G = 48.37%
B = 13.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#BCEE42 (or 0xBCEE42) is known color: Conifer. HEX triplet: BC, EE and 42. RGB value is (188,238,66). Sum of RGB (Red+Green+Blue) = 188+238+66=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 66 (26.17% from 255 or 13.41% from 492); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEE42 is #4311BD. Grayscale: #CCCCCC. Windows color (decimal): -4395454 or 4386492. OLE color: 4386492.

HSL color Cylindrical-coordinate representation of color #BCEE42: hue angle of 77.44º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCEE42 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 238 66 -
CMYK 0.21 0 0.72 0.07
HSL 77.44º 0.83% 0.6% -
HSV(B) 77.44º 0.72% 0.93% -
XYZ 52.3 72.23 16.34 -
YUV 203.44 50.44 116.99 -
System Red Green Blue C M Y K H S L
Decimal 188 238 66 0.21 0 0.72 0.07 77.44 0.83 0.6
Hex BC EE 42 15 0 48 7 4D 53 3C
Octal 274 356 102 25 0 110 7 115 123 74
Binary 10111100 11101110 1000010 10101 0 1001000 111 1001101 1010011 111100

Color Harmonies of #BCEE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEE42

Black with #BCEE42

Text Example


Text Example

White with #BCEE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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