#cae360

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

Shades of Mindaro #CAE360

Tints of Mindaro #CAE360

Color information

#CAE360 (or 0xCAE360) is unknown color: approx Mindaro. HEX triplet: CA, E3 and 60. RGB value is (202,227,96). Sum of RGB (Red+Green+Blue) = 202+227+96=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 227 (89.06% from 255 or 43.24% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE360 is #351C9F. Grayscale: #CDCDCD. Windows color (decimal): -3480736 or 6349770. OLE color: 6349770.

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

Color convert

RGB20222796-
CMYK0.1100.580.11
HSL71.45º70.05%63.33%-
HSV(B)71.45º57.71%89.02%-
XYZ53.9468.3421.41-
YUV204.5966.72126.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 227 (89.06% from 255) = 43.24%
BLUE value IS 96 (37.89% from 255) = 18.29%
R=38.48%
G=43.24%
B=18.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal202227960.1100.580.1171.4570.0563.33
HexCAE360B03AB47463f
Octal312343140130721310710677
Binary1100101011100011110000010110111010101110001111000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cae360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cae360; }

 p { color: rgb(202,227,96); }

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

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

 a { background-color: rgb(202,227,96); }

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

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

 span { border-color: rgb(202,227,96); }

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