#CBE161

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

Shades of Mindaro #CBE161

Tints of Mindaro #CBE161

Color information

#CBE161 (or 0xCBE161) is unknown color: approx Mindaro. HEX triplet: CB, E1 and 61. RGB value is (203,225,97). Sum of RGB (Red+Green+Blue) = 203+225+97=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 97 (38.28% from 255 or 18.48% from 525); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE161 is #341E9E. Grayscale: #CCCCCC. Windows color (decimal): -3415711 or 6414795. OLE color: 6414795.

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

Color convert

RGB20322597-
CMYK0.1000.570.12
HSL70.31º68.09%63.14%-
HSV(B)70.31º56.89%88.24%-
XYZ53.7167.4121.49-
YUV203.8367.71127.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.67%
GREEN value IS 225 (88.28% from 255) = 42.86%
BLUE value IS 97 (38.28% from 255) = 18.48%
R=38.67%
G=42.86%
B=18.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal203225970.1000.570.1270.3168.0963.14
HexCBE161A039C46443f
Octal313341141120711410610477
Binary1100101111100001110000110100111001110010001101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE161; }

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

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

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

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

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

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

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

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