#CAE067

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

Shades of Mindaro #CAE067

Tints of Mindaro #CAE067

Color information

#CAE067 (or 0xCAE067) is unknown color: approx Mindaro. HEX triplet: CA, E0 and 67. RGB value is (202,224,103). Sum of RGB (Red+Green+Blue) = 202+224+103=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 103 (40.62% from 255 or 19.47% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE067 is #351F98. Grayscale: #CCCCCC. Windows color (decimal): -3481497 or 6807754. OLE color: 6807754.

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

Color convert

RGB202224103-
CMYK0.1000.540.12
HSL70.91º66.12%64.12%-
HSV(B)70.91º54.02%87.84%-
XYZ53.4666.8522.92-
YUV203.6371.21126.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 224 (87.89% from 255) = 42.34%
BLUE value IS 103 (40.62% from 255) = 19.47%
R=38.19%
G=42.34%
B=19.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022241030.1000.540.1270.9166.1264.12
HexCAE067A036C474240
Octal3123401471206614107102100
Binary11001010111000001100111101001101101100100011110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE067; }

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

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

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

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

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

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

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

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