#CBE15D

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

Shades of Mindaro #CBE15D

Tints of Mindaro #CBE15D

Color information

#CBE15D (or 0xCBE15D) is unknown color: approx Mindaro. HEX triplet: CB, E1 and 5D. RGB value is (203,225,93). Sum of RGB (Red+Green+Blue) = 203+225+93=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE15D is #341EA2. Grayscale: #CBCBCB. Windows color (decimal): -3415715 or 6152651. OLE color: 6152651.

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

Color convert

RGB20322593-
CMYK0.1000.590.12
HSL70º68.75%62.35%-
HSV(B)70º58.67%88.24%-
XYZ53.5367.3420.53-
YUV203.3765.71127.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 225 (88.28% from 255) = 43.19%
BLUE value IS 93 (36.72% from 255) = 17.85%
R=38.96%
G=43.19%
B=17.85%

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
Decimal203225930.1000.590.127068.7562.35
HexCBE15DA03BC46453e
Octal313341135120731410610576
Binary1100101111100001101110110100111011110010001101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE15D; }

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

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

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

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

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

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

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

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