#CDFE97

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

Shades of Reef #CDFE97

Tints of Reef #CDFE97

Color information

#CDFE97 (or 0xCDFE97) is unknown color: approx Reef. HEX triplet: CD, FE and 97. RGB value is (205,254,151). Sum of RGB (Red+Green+Blue) = 205+254+151=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 151 (59.38% from 255 or 24.75% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFE97 is #320168. Grayscale: #E3E3E3. Windows color (decimal): -3277161 or 9961165. OLE color: 9961165.

HSL color Cylindrical-coordinate representation of color #CDFE97: hue angle of 88.54º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDFE97 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB205254151-
CMYK0.1900.410.00
HSL88.54º98.1%79.41%-
HSV(B)88.54º40.55%99.61%-
XYZ66.286.142.41-
YUV227.6184.77111.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.61%
GREEN value IS 254 (99.61% from 255) = 41.64%
BLUE value IS 151 (59.38% from 255) = 24.75%
R=33.61%
G=41.64%
B=24.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052541510.1900.410.0088.5498.179.41
HexCDFE9713029059624f
Octal315376227230510131142117
Binary1100110111111110100101111001101010010101100111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFE97; }

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

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

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

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

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

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

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

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