#CBE355

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

Shades of Conifer #CBE355

Tints of Conifer #CBE355

Color information

#CBE355 (or 0xCBE355) is unknown color: approx Conifer. HEX triplet: CB, E3 and 55. RGB value is (203,227,85). Sum of RGB (Red+Green+Blue) = 203+227+85=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 85 (33.59% from 255 or 16.50% from 515); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE355 is #341CAA. Grayscale: #CCCCCC. Windows color (decimal): -3415211 or 5628875. OLE color: 5628875.

HSL color Cylindrical-coordinate representation of color #CBE355: hue angle of 70.14º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBE355 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB20322785-
CMYK0.1100.630.11
HSL70.14º71.72%61.18%-
HSV(B)70.14º62.56%89.02%-
XYZ53.7468.2918.94-
YUV203.6461.05127.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.42%
GREEN value IS 227 (89.06% from 255) = 44.08%
BLUE value IS 85 (33.59% from 255) = 16.50%
R=39.42%
G=44.08%
B=16.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal203227850.1100.630.1170.1471.7261.18
HexCBE355B03FB46483d
Octal313343125130771310611075
Binary1100101111100011101010110110111111101110001101001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE355; }

 p { color: rgb(203,227,85); }

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

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

 a { background-color: rgb(203,227,85); }

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

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

 span { border-color: rgb(203,227,85); }

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