#CFF997

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

Shades of Reef #CFF997

Tints of Reef #CFF997

Color information

#CFF997 (or 0xCFF997) is unknown color: approx Reef. HEX triplet: CF, F9 and 97. RGB value is (207,249,151). Sum of RGB (Red+Green+Blue) = 207+249+151=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 151 (59.38% from 255 or 24.88% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF997 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF997 is #300668. Grayscale: #E1E1E1. Windows color (decimal): -3147369 or 9959887. OLE color: 9959887.

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

Color convert

RGB207249151-
CMYK0.1700.390.02
HSL85.71º89.09%78.43%-
HSV(B)85.71º39.36%97.65%-
XYZ65.1983.2541.91-
YUV225.2786.09114.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.10%
GREEN value IS 249 (97.66% from 255) = 41.02%
BLUE value IS 151 (59.38% from 255) = 24.88%
R=34.10%
G=41.02%
B=24.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072491510.1700.390.0285.7189.0978.43
HexCFF99711027256594e
Octal317371227210472126131116
Binary11001111111110011001011110001010011110101011010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF997; }

 p { color: rgb(207,249,151); }

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

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

 a { background-color: rgb(207,249,151); }

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

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

 span { border-color: rgb(207,249,151); }

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