#CAEE69

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

Shades of Mindaro #CAEE69

Tints of Mindaro #CAEE69

Color information

#CAEE69 (or 0xCAEE69) is unknown color: approx Mindaro. HEX triplet: CA, EE and 69. RGB value is (202,238,105). Sum of RGB (Red+Green+Blue) = 202+238+105=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 238 (93.36% from 255 or 43.67% from 545); Blue value is 105 (41.41% from 255 or 19.27% from 545); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEE69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEE69 is #351196. Grayscale: #D4D4D4. Windows color (decimal): -3477911 or 6942410. OLE color: 6942410.

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

Color convert

RGB202238105-
CMYK0.1500.560.07
HSL76.24º79.64%67.25%-
HSV(B)76.24º55.88%93.33%-
XYZ57.4874.7324.76-
YUV212.0767.57120.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.06%
GREEN value IS 238 (93.36% from 255) = 43.67%
BLUE value IS 105 (41.41% from 255) = 19.27%
R=37.06%
G=43.67%
B=19.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022381050.1500.560.0776.2479.6467.25
HexCAEE69F03874c5043
Octal312356151170707114120103
Binary1100101011101110110100111110111000111100110010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEE69; }

 p { color: rgb(202,238,105); }

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

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

 a { background-color: rgb(202,238,105); }

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

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

 span { border-color: rgb(202,238,105); }

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