#CDFF5E

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

Shades of Mindaro #CDFF5E

Tints of Mindaro #CDFF5E

Color information

#CDFF5E (or 0xCDFF5E) is unknown color: approx Mindaro. HEX triplet: CD, FF and 5E. RGB value is (205,255,94). Sum of RGB (Red+Green+Blue) = 205+255+94=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 94 (37.11% from 255 or 16.97% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFF5E is #3200A1. Grayscale: #DEDEDE. Windows color (decimal): -3276962 or 6225869. OLE color: 6225869.

HSL color Cylindrical-coordinate representation of color #CDFF5E: hue angle of 78.63º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDFF5E is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB20525594-
CMYK0.2000.630
HSL78.63º100%68.43%-
HSV(B)78.63º63.14%100%-
XYZ62.9685.3123.74-
YUV221.755.94116.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 255 (100% from 255) = 46.03%
BLUE value IS 94 (37.11% from 255) = 16.97%
R=37.00%
G=46.03%
B=16.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal205255940.2000.63078.6310068.43
HexCDFF5E1403F04f6444
Octal315377136240770117144104
Binary110011011111111110111101010001111110100111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFF5E; }

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

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

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

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

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

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

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

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