#CDEE58

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

Shades of Mindaro #CDEE58

Tints of Mindaro #CDEE58

Color information

#CDEE58 (or 0xCDEE58) is unknown color: approx Mindaro. HEX triplet: CD, EE and 58. RGB value is (205,238,88). Sum of RGB (Red+Green+Blue) = 205+238+88=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 88 (34.77% from 255 or 16.57% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEE58 is #3211A7. Grayscale: #D3D3D3. Windows color (decimal): -3281320 or 5828301. OLE color: 5828301.

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

Color convert

RGB20523888-
CMYK0.1400.630.07
HSL73.2º81.52%63.92%-
HSV(B)73.2º63.03%93.33%-
XYZ57.5174.8320.65-
YUV211.0358.57123.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 238 (93.36% from 255) = 44.82%
BLUE value IS 88 (34.77% from 255) = 16.57%
R=38.61%
G=44.82%
B=16.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal205238880.1400.630.0773.281.5263.92
HexCDEE58E03F7495240
Octal315356130160777111122100
Binary1100110111101110101100011100111111111100100110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEE58; }

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

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

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

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

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

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

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

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