#CDFD97

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

Shades of Reef #CDFD97

Tints of Reef #CDFD97

Color information

#CDFD97 (or 0xCDFD97) is unknown color: approx Reef. HEX triplet: CD, FD and 97. RGB value is (205,253,151). Sum of RGB (Red+Green+Blue) = 205+253+151=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 253 (99.22% from 255 or 41.54% from 609); Blue value is 151 (59.38% from 255 or 24.79% from 609); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFD97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFD97 is #320268. Grayscale: #E3E3E3. Windows color (decimal): -3277417 or 9960909. OLE color: 9960909.

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

Color convert

RGB205253151-
CMYK0.1900.400.01
HSL88.24º96.23%79.22%-
HSV(B)88.24º40.32%99.22%-
XYZ65.8985.4642.3-
YUV227.0285.1112.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.66%
GREEN value IS 253 (99.22% from 255) = 41.54%
BLUE value IS 151 (59.38% from 255) = 24.79%
R=33.66%
G=41.54%
B=24.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052531510.1900.400.0188.2496.2379.22
HexCDFD9713028158604f
Octal315375227230501130140117
Binary1100110111111101100101111001101010001101100011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFD97; }

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

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

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

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

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

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

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

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