#CDF754

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

Shades of Mindaro #CDF754

Tints of Mindaro #CDF754

Color information

#CDF754 (or 0xCDF754) is unknown color: approx Mindaro. HEX triplet: CD, F7 and 54. RGB value is (205,247,84). Sum of RGB (Red+Green+Blue) = 205+247+84=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 247 (96.88% from 255 or 46.08% from 536); Blue value is 84 (33.20% from 255 or 15.67% from 536); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF754 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF754 is #3208AB. Grayscale: #D8D8D8. Windows color (decimal): -3279020 or 5568461. OLE color: 5568461.

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

Color convert

RGB20524784-
CMYK0.1700.660.03
HSL75.46º91.06%64.9%-
HSV(B)75.46º65.99%96.86%-
XYZ60.0480.1420.69-
YUV215.8653.59120.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.25%
GREEN value IS 247 (96.88% from 255) = 46.08%
BLUE value IS 84 (33.20% from 255) = 15.67%
R=38.25%
G=46.08%
B=15.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal205247840.1700.660.0375.4691.0664.9
HexCDF7541104234b5b41
Octal3153671242101023113133101
Binary11001101111101111010100100010100001011100101110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF754; }

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

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

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

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

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

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

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

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