#CDFD69

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

Shades of Mindaro #CDFD69

Tints of Mindaro #CDFD69

Color information

#CDFD69 (or 0xCDFD69) is unknown color: approx Mindaro. HEX triplet: CD, FD and 69. RGB value is (205,253,105). Sum of RGB (Red+Green+Blue) = 205+253+105=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 105 (41.41% from 255 or 18.65% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFD69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFD69 is #320296. Grayscale: #DEDEDE. Windows color (decimal): -3277463 or 6946253. OLE color: 6946253.

HSL color Cylindrical-coordinate representation of color #CDFD69: hue angle of 79.46º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDFD69 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB205253105-
CMYK0.1900.580.01
HSL79.46º97.37%70.2%-
HSV(B)79.46º58.5%99.22%-
XYZ62.8584.2526.31-
YUV221.7862.1116.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 253 (99.22% from 255) = 44.94%
BLUE value IS 105 (41.41% from 255) = 18.65%
R=36.41%
G=44.94%
B=18.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052531050.1900.580.0179.4697.3770.2
HexCDFD691303A14f6146
Octal315375151230721117141106
Binary110011011111110111010011001101110101100111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFD69; }

 p { color: rgb(205,253,105); }

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

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

 a { background-color: rgb(205,253,105); }

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

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

 span { border-color: rgb(205,253,105); }

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