#CDEE69

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

Shades of Mindaro #CDEE69

Tints of Mindaro #CDEE69

Color information

#CDEE69 (or 0xCDEE69) is unknown color: approx Mindaro. HEX triplet: CD, EE and 69. RGB value is (205,238,105). Sum of RGB (Red+Green+Blue) = 205+238+105=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 105 (41.41% from 255 or 19.16% from 548); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEE69 is #321196. Grayscale: #D5D5D5. Windows color (decimal): -3281303 or 6942413. OLE color: 6942413.

HSL color Cylindrical-coordinate representation of color #CDEE69: hue angle of 74.89º 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 #CDEE69 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB205238105-
CMYK0.1400.560.07
HSL74.89º79.64%67.25%-
HSV(B)74.89º55.88%93.33%-
XYZ58.375.1524.8-
YUV212.9767.07122.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.41%
GREEN value IS 238 (93.36% from 255) = 43.43%
BLUE value IS 105 (41.41% from 255) = 19.16%
R=37.41%
G=43.43%
B=19.16%

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
Decimal2052381050.1400.560.0774.8979.6467.25
HexCDEE69E03874b5043
Octal315356151160707113120103
Binary1100110111101110110100111100111000111100101110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEE69; }

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

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

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

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

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

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

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

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