#CBE36C

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

Shades of Mindaro #CBE36C

Tints of Mindaro #CBE36C

Color information

#CBE36C (or 0xCBE36C) is unknown color: approx Mindaro. HEX triplet: CB, E3 and 6C. RGB value is (203,227,108). Sum of RGB (Red+Green+Blue) = 203+227+108=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 227 (89.06% from 255 or 42.19% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE36C is #341C93. Grayscale: #CECECE. Windows color (decimal): -3415188 or 7136203. OLE color: 7136203.

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

Color convert

RGB203227108-
CMYK0.1100.520.11
HSL72.1º68%65.69%-
HSV(B)72.1º52.42%89.02%-
XYZ54.868.7224.56-
YUV206.2672.55125.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.73%
GREEN value IS 227 (89.06% from 255) = 42.19%
BLUE value IS 108 (42.58% from 255) = 20.07%
R=37.73%
G=42.19%
B=20.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032271080.1100.520.1172.16865.69
HexCBE36CB034B484442
Octal3133431541306413110104102
Binary11001011111000111101100101101101001011100100010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE36C; }

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

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

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

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

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

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

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

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