#CAEE6B

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

Shades of Mindaro #CAEE6B

Tints of Mindaro #CAEE6B

Color information

#CAEE6B (or 0xCAEE6B) is unknown color: approx Mindaro. HEX triplet: CA, EE and 6B. RGB value is (202,238,107). Sum of RGB (Red+Green+Blue) = 202+238+107=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 238 (93.36% from 255 or 43.51% from 547); Blue value is 107 (42.19% from 255 or 19.56% from 547); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEE6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEE6B is #351194. Grayscale: #D4D4D4. Windows color (decimal): -3477909 or 7073482. OLE color: 7073482.

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

Color convert

RGB202238107-
CMYK0.1500.550.07
HSL76.49º79.39%67.65%-
HSV(B)76.49º55.04%93.33%-
XYZ57.5974.7725.31-
YUV212.368.57120.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.93%
GREEN value IS 238 (93.36% from 255) = 43.51%
BLUE value IS 107 (42.19% from 255) = 19.56%
R=36.93%
G=43.51%
B=19.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022381070.1500.550.0776.4979.3967.65
HexCAEE6BF03774c4f44
Octal312356153170677114117104
Binary1100101011101110110101111110110111111100110010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEE6B; }

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

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

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

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

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

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

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

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