#CAE66D

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

Shades of Mindaro #CAE66D

Tints of Mindaro #CAE66D

Color information

#CAE66D (or 0xCAE66D) is unknown color: approx Mindaro. HEX triplet: CA, E6 and 6D. RGB value is (202,230,109). Sum of RGB (Red+Green+Blue) = 202+230+109=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 109 (42.97% from 255 or 20.15% from 541); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE66D is #351992. Grayscale: #D0D0D0. Windows color (decimal): -3479955 or 7202506. OLE color: 7202506.

HSL color Cylindrical-coordinate representation of color #CAE66D: hue angle of 73.88º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CAE66D is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB202230109-
CMYK0.1200.530.10
HSL73.88º70.76%66.47%-
HSV(B)73.88º52.61%90.2%-
XYZ55.4170.2525.11-
YUV207.8372.22123.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 230 (90.23% from 255) = 42.51%
BLUE value IS 109 (42.97% from 255) = 20.15%
R=37.34%
G=42.51%
B=20.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022301090.1200.530.1073.8870.7666.47
HexCAE66DC035A4a4742
Octal3123461551406512112107102
Binary11001010111001101101101110001101011010100101010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE66D; }

 p { color: rgb(202,230,109); }

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

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

 a { background-color: rgb(202,230,109); }

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

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

 span { border-color: rgb(202,230,109); }

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