#CDFB5D

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

Shades of Mindaro #CDFB5D

Tints of Mindaro #CDFB5D

Color information

#CDFB5D (or 0xCDFB5D) is unknown color: approx Mindaro. HEX triplet: CD, FB and 5D. RGB value is (205,251,93). Sum of RGB (Red+Green+Blue) = 205+251+93=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 251 (98.44% from 255 or 45.72% from 549); Blue value is 93 (36.72% from 255 or 16.94% from 549); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFB5D is #3204A2. Grayscale: #DBDBDB. Windows color (decimal): -3277987 or 6159309. OLE color: 6159309.

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

Color convert

RGB20525193-
CMYK0.1800.630.02
HSL77.47º95.18%67.45%-
HSV(B)77.47º62.95%98.43%-
XYZ61.6582.7623.08-
YUV219.2356.76117.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.34%
GREEN value IS 251 (98.44% from 255) = 45.72%
BLUE value IS 93 (36.72% from 255) = 16.94%
R=37.34%
G=45.72%
B=16.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal205251930.1800.630.0277.4795.1867.45
HexCDFB5D1203F24d5f43
Octal315373135220772115137103
Binary1100110111111011101110110010011111110100110110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFB5D; }

 p { color: rgb(205,251,93); }

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

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

 a { background-color: rgb(205,251,93); }

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

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

 span { border-color: rgb(205,251,93); }

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