#CDFF97

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

Shades of Reef #CDFF97

Tints of Reef #CDFF97

Color information

#CDFF97 (or 0xCDFF97) is unknown color: approx Reef. HEX triplet: CD, FF and 97. RGB value is (205,255,151). Sum of RGB (Red+Green+Blue) = 205+255+151=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 151 (59.38% from 255 or 24.71% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFF97 is #320068. Grayscale: #E4E4E4. Windows color (decimal): -3276905 or 9961421. OLE color: 9961421.

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

Color convert

RGB205255151-
CMYK0.2000.410
HSL88.85º100%79.61%-
HSV(B)88.85º40.78%100%-
XYZ66.5286.7342.51-
YUV228.1984.44111.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.55%
GREEN value IS 255 (100% from 255) = 41.73%
BLUE value IS 151 (59.38% from 255) = 24.71%
R=33.55%
G=41.73%
B=24.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052551510.2000.41088.8510079.61
HexCDFF97140290596450
Octal315377227240510131144120
Binary1100110111111111100101111010001010010101100111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFF97; }

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

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

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

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

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

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

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

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