#CDF697

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

Shades of Reef #CDF697

Tints of Reef #CDF697

Color information

#CDF697 (or 0xCDF697) is unknown color: approx Reef. HEX triplet: CD, F6 and 97. RGB value is (205,246,151). Sum of RGB (Red+Green+Blue) = 205+246+151=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 246 (96.48% from 255 or 40.86% from 602); Blue value is 151 (59.38% from 255 or 25.08% from 602); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF697 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF697 is #320968. Grayscale: #DFDFDF. Windows color (decimal): -3279209 or 9959117. OLE color: 9959117.

HSL color Cylindrical-coordinate representation of color #CDF697: hue angle of 85.89º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDF697 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB205246151-
CMYK0.1700.390.04
HSL85.89º84.07%77.84%-
HSV(B)85.89º38.62%96.47%-
XYZ63.7281.1341.58-
YUV222.9187.42115.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.05%
GREEN value IS 246 (96.48% from 255) = 40.86%
BLUE value IS 151 (59.38% from 255) = 25.08%
R=34.05%
G=40.86%
B=25.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052461510.1700.390.0485.8984.0777.84
HexCDF69711027456544e
Octal315366227210474126124116
Binary110011011111011010010111100010100111100101011010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF697; }

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

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

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

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

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

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

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

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