#CDEC97

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

Shades of Reef #CDEC97

Tints of Reef #CDEC97

Color information

#CDEC97 (or 0xCDEC97) is unknown color: approx Reef. HEX triplet: CD, EC and 97. RGB value is (205,236,151). Sum of RGB (Red+Green+Blue) = 205+236+151=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 151 (59.38% from 255 or 25.51% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEC97 is #321368. Grayscale: #D9D9D9. Windows color (decimal): -3281769 or 9956557. OLE color: 9956557.

HSL color Cylindrical-coordinate representation of color #CDEC97: hue angle of 81.88º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDEC97 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB205236151-
CMYK0.1300.360.07
HSL81.88º69.11%75.88%-
HSV(B)81.88º36.02%92.55%-
XYZ60.7675.240.59-
YUV217.0490.73119.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.63%
GREEN value IS 236 (92.58% from 255) = 39.86%
BLUE value IS 151 (59.38% from 255) = 25.51%
R=34.63%
G=39.86%
B=25.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052361510.1300.360.0781.8869.1175.88
HexCDEC97D024752454c
Octal315354227150447122105114
Binary11001101111011001001011111010100100111101001010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEC97; }

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

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

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

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

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

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

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

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