#CDFDA0

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

Shades of Reef #CDFDA0

Tints of Reef #CDFDA0

Color information

#CDFDA0 (or 0xCDFDA0) is unknown color: approx Reef. HEX triplet: CD, FD and A0. RGB value is (205,253,160). Sum of RGB (Red+Green+Blue) = 205+253+160=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 160 (62.89% from 255 or 25.89% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFDA0 is #32025F. Grayscale: #E4E4E4. Windows color (decimal): -3277408 or 10550733. OLE color: 10550733.

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

Color convert

RGB205253160-
CMYK0.1900.370.01
HSL90.97º95.88%80.98%-
HSV(B)90.97º36.76%99.22%-
XYZ66.6585.7746.3-
YUV228.0589.6111.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.17%
GREEN value IS 253 (99.22% from 255) = 40.94%
BLUE value IS 160 (62.89% from 255) = 25.89%
R=33.17%
G=40.94%
B=25.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052531600.1900.370.0190.9795.8880.98
HexCDFDA01302515b6051
Octal315375240230451133140121
Binary1100110111111101101000001001101001011101101111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFDA0; }

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

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

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

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

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

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

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

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