#CDF36E

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

Shades of Mindaro #CDF36E

Tints of Mindaro #CDF36E

Color information

#CDF36E (or 0xCDF36E) is unknown color: approx Mindaro. HEX triplet: CD, F3 and 6E. RGB value is (205,243,110). Sum of RGB (Red+Green+Blue) = 205+243+110=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 110 (43.36% from 255 or 19.71% from 558); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF36E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF36E is #320C91. Grayscale: #D8D8D8. Windows color (decimal): -3280018 or 7271373. OLE color: 7271373.

HSL color Cylindrical-coordinate representation of color #CDF36E: hue angle of 77.14º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDF36E is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB205243110-
CMYK0.1600.550.05
HSL77.14º84.71%69.22%-
HSV(B)77.14º54.73%95.29%-
XYZ60.0478.2126.68-
YUV216.4867.91119.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.74%
GREEN value IS 243 (95.31% from 255) = 43.55%
BLUE value IS 110 (43.36% from 255) = 19.71%
R=36.74%
G=43.55%
B=19.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052431100.1600.550.0577.1484.7169.22
HexCDF36E1003754d5545
Octal315363156200675115125105
Binary11001101111100111101110100000110111101100110110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF36E; }

 p { color: rgb(205,243,110); }

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

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

 a { background-color: rgb(205,243,110); }

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

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

 span { border-color: rgb(205,243,110); }

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