#CDF762

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

Shades of Mindaro #CDF762

Tints of Mindaro #CDF762

Color information

#CDF762 (or 0xCDF762) is unknown color: approx Mindaro. HEX triplet: CD, F7 and 62. RGB value is (205,247,98). Sum of RGB (Red+Green+Blue) = 205+247+98=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 247 (96.88% from 255 or 44.91% from 550); Blue value is 98 (38.67% from 255 or 17.82% from 550); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF762 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF762 is #32089D. Grayscale: #DADADA. Windows color (decimal): -3279006 or 6485965. OLE color: 6485965.

HSL color Cylindrical-coordinate representation of color #CDF762: hue angle of 76.91º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDF762 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB20524798-
CMYK0.1700.600.03
HSL76.91º90.3%67.65%-
HSV(B)76.91º60.32%96.86%-
XYZ60.6480.3823.87-
YUV217.4660.59119.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.27%
GREEN value IS 247 (96.88% from 255) = 44.91%
BLUE value IS 98 (38.67% from 255) = 17.82%
R=37.27%
G=44.91%
B=17.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal205247980.1700.600.0376.9190.367.65
HexCDF7621103C34d5a44
Octal315367142210743115132104
Binary1100110111110111110001010001011110011100110110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF762; }

 p { color: rgb(205,247,98); }

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

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

 a { background-color: rgb(205,247,98); }

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

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

 span { border-color: rgb(205,247,98); }

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