#CBEF50

Color #CBEF50 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #CBEF50

Tints of Conifer #CBEF50

Color information

#CBEF50 (or 0xCBEF50) is unknown color: approx Conifer. HEX triplet: CB, EF and 50. RGB value is (203,239,80). Sum of RGB (Red+Green+Blue) = 203+239+80=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 80 (31.64% from 255 or 15.33% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEF50 is #3410AF. Grayscale: #D2D2D2. Windows color (decimal): -3412144 or 5304267. OLE color: 5304267.

HSL color Cylindrical-coordinate representation of color #CBEF50: hue angle of 73.58º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBEF50 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB20323980-
CMYK0.1500.670.06
HSL73.58º83.25%62.55%-
HSV(B)73.58º66.53%93.73%-
XYZ56.9475.0119.07-
YUV210.1154.57122.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 239 (93.75% from 255) = 45.79%
BLUE value IS 80 (31.64% from 255) = 15.33%
R=38.89%
G=45.79%
B=15.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal203239800.1500.670.0673.5883.2562.55
HexCBEF50F04364a533f
Octal313357120170103611212377
Binary1100101111101111101000011110100001111010010101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEF50; }

 p { color: rgb(203,239,80); }

 H1.HeaderClassName
 {
   color: #CBEF50;
 }
 .AnyTagClassName
 {
   color: #CBEF50;
 }
</style>
background-color css

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

 a { background-color: rgb(203,239,80); }

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

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

 span { border-color: rgb(203,239,80); }

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