#CDF55C

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

Shades of Mindaro #CDF55C

Tints of Mindaro #CDF55C

Color information

#CDF55C (or 0xCDF55C) is unknown color: approx Mindaro. HEX triplet: CD, F5 and 5C. RGB value is (205,245,92). Sum of RGB (Red+Green+Blue) = 205+245+92=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 245 (96.09% from 255 or 45.20% from 542); Blue value is 92 (36.33% from 255 or 16.97% from 542); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF55C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF55C is #320AA3. Grayscale: #D8D8D8. Windows color (decimal): -3279524 or 6092237. OLE color: 6092237.

HSL color Cylindrical-coordinate representation of color #CDF55C: hue angle of 75.69º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDF55C is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB20524592-
CMYK0.1600.620.04
HSL75.69º88.44%66.08%-
HSV(B)75.69º62.45%96.08%-
XYZ59.7679.0622.23-
YUV215.658.25120.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.82%
GREEN value IS 245 (96.09% from 255) = 45.20%
BLUE value IS 92 (36.33% from 255) = 16.97%
R=37.82%
G=45.20%
B=16.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal205245920.1600.620.0475.6988.4466.08
HexCDF55C1003E44c5842
Octal315365134200764114130102
Binary11001101111101011011100100000111110100100110010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF55C; }

 p { color: rgb(205,245,92); }

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

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

 a { background-color: rgb(205,245,92); }

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

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

 span { border-color: rgb(205,245,92); }

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