#CAEC67

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

Shades of Mindaro #CAEC67

Tints of Mindaro #CAEC67

Color information

#CAEC67 (or 0xCAEC67) is unknown color: approx Mindaro. HEX triplet: CA, EC and 67. RGB value is (202,236,103). Sum of RGB (Red+Green+Blue) = 202+236+103=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 236 (92.58% from 255 or 43.62% from 541); Blue value is 103 (40.62% from 255 or 19.04% from 541); Max value from RGB is 236 - color contains mainly: green. Hex color #CAEC67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEC67 is #351398. Grayscale: #D3D3D3. Windows color (decimal): -3478425 or 6810826. OLE color: 6810826.

HSL color Cylindrical-coordinate representation of color #CAEC67: hue angle of 75.34º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAEC67 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB202236103-
CMYK0.1400.560.07
HSL75.34º77.78%66.47%-
HSV(B)75.34º56.36%92.55%-
XYZ56.873.5324.03-
YUV210.6767.24121.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 236 (92.58% from 255) = 43.62%
BLUE value IS 103 (40.62% from 255) = 19.04%
R=37.34%
G=43.62%
B=19.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022361030.1400.560.0775.3477.7866.47
HexCAEC67E03874b4e42
Octal312354147160707113116102
Binary1100101011101100110011111100111000111100101110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEC67; }

 p { color: rgb(202,236,103); }

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

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

 a { background-color: rgb(202,236,103); }

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

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

 span { border-color: rgb(202,236,103); }

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