#CDF761

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

Shades of Mindaro #CDF761

Tints of Mindaro #CDF761

Color information

#CDF761 (or 0xCDF761) is unknown color: approx Mindaro. HEX triplet: CD, F7 and 61. RGB value is (205,247,97). Sum of RGB (Red+Green+Blue) = 205+247+97=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 247 (96.88% from 255 or 44.99% from 549); Blue value is 97 (38.28% from 255 or 17.67% from 549); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF761 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF761 is #32089E. Grayscale: #D9D9D9. Windows color (decimal): -3279007 or 6420429. OLE color: 6420429.

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

Color convert

RGB20524797-
CMYK0.1700.610.03
HSL76.8º90.36%67.45%-
HSV(B)76.8º60.73%96.86%-
XYZ60.680.3623.63-
YUV217.3460.09119.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.34%
GREEN value IS 247 (96.88% from 255) = 44.99%
BLUE value IS 97 (38.28% from 255) = 17.67%
R=37.34%
G=44.99%
B=17.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal205247970.1700.610.0376.890.3667.45
HexCDF7611103D34d5a43
Octal315367141210753115132103
Binary1100110111110111110000110001011110111100110110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF761; }

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

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

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

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

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

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

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

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