#CBE15C

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

Shades of Mindaro #CBE15C

Tints of Mindaro #CBE15C

Color information

#CBE15C (or 0xCBE15C) is unknown color: approx Mindaro. HEX triplet: CB, E1 and 5C. RGB value is (203,225,92). Sum of RGB (Red+Green+Blue) = 203+225+92=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 92 (36.33% from 255 or 17.69% from 520); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE15C is #341EA3. Grayscale: #CBCBCB. Windows color (decimal): -3415716 or 6087115. OLE color: 6087115.

HSL color Cylindrical-coordinate representation of color #CBE15C: hue angle of 69.92º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBE15C is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB20322592-
CMYK0.1000.590.12
HSL69.92º68.91%62.16%-
HSV(B)69.92º59.11%88.24%-
XYZ53.4967.3220.3-
YUV203.2665.21127.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.04%
GREEN value IS 225 (88.28% from 255) = 43.27%
BLUE value IS 92 (36.33% from 255) = 17.69%
R=39.04%
G=43.27%
B=17.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal203225920.1000.590.1269.9268.9162.16
HexCBE15CA03BC46453e
Octal313341134120731410610576
Binary1100101111100001101110010100111011110010001101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE15C; }

 p { color: rgb(203,225,92); }

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

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

 a { background-color: rgb(203,225,92); }

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

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

 span { border-color: rgb(203,225,92); }

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