#CBE353

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

Shades of Conifer #CBE353

Tints of Conifer #CBE353

Color information

#CBE353 (or 0xCBE353) is unknown color: approx Conifer. HEX triplet: CB, E3 and 53. RGB value is (203,227,83). Sum of RGB (Red+Green+Blue) = 203+227+83=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 227 (89.06% from 255 or 44.25% from 513); Blue value is 83 (32.81% from 255 or 16.18% from 513); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE353 is #341CAC. Grayscale: #CBCBCB. Windows color (decimal): -3415213 or 5497803. OLE color: 5497803.

HSL color Cylindrical-coordinate representation of color #CBE353: hue angle of 70º 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 #CBE353 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB20322783-
CMYK0.1100.630.11
HSL70º72%60.78%-
HSV(B)70º63.44%89.02%-
XYZ53.6668.2618.53-
YUV203.4160.05127.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.57%
GREEN value IS 227 (89.06% from 255) = 44.25%
BLUE value IS 83 (32.81% from 255) = 16.18%
R=39.57%
G=44.25%
B=16.18%

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
Decimal203227830.1100.630.11707260.78
HexCBE353B03FB46483d
Octal313343123130771310611075
Binary1100101111100011101001110110111111101110001101001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE353; }

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

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

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

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

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

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

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

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