#CDFA5E

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

Shades of Mindaro #CDFA5E

Tints of Mindaro #CDFA5E

Color information

#CDFA5E (or 0xCDFA5E) is unknown color: approx Mindaro. HEX triplet: CD, FA and 5E. RGB value is (205,250,94). Sum of RGB (Red+Green+Blue) = 205+250+94=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 94 (37.11% from 255 or 17.12% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFA5E is #3205A1. Grayscale: #DBDBDB. Windows color (decimal): -3278242 or 6224589. OLE color: 6224589.

HSL color Cylindrical-coordinate representation of color #CDFA5E: hue angle of 77.31º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDFA5E is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB20525094-
CMYK0.1800.620.02
HSL77.31º93.98%67.45%-
HSV(B)77.31º62.4%98.04%-
XYZ61.3882.1623.21-
YUV218.7657.59118.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.34%
GREEN value IS 250 (98.05% from 255) = 45.54%
BLUE value IS 94 (37.11% from 255) = 17.12%
R=37.34%
G=45.54%
B=17.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal205250940.1800.620.0277.3193.9867.45
HexCDFA5E1203E24d5e43
Octal315372136220762115136103
Binary1100110111111010101111010010011111010100110110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFA5E; }

 p { color: rgb(205,250,94); }

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

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

 a { background-color: rgb(205,250,94); }

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

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

 span { border-color: rgb(205,250,94); }

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