#CFF99F

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

Shades of Reef #CFF99F

Tints of Reef #CFF99F

Color information

#CFF99F (or 0xCFF99F) is unknown color: approx Reef. HEX triplet: CF, F9 and 9F. RGB value is (207,249,159). Sum of RGB (Red+Green+Blue) = 207+249+159=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 159 (62.5% from 255 or 25.85% from 615); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF99F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF99F is #300660. Grayscale: #E2E2E2. Windows color (decimal): -3147361 or 10484175. OLE color: 10484175.

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

Color convert

RGB207249159-
CMYK0.1700.360.02
HSL88º88.24%80%-
HSV(B)88º36.14%97.65%-
XYZ65.8783.5245.45-
YUV226.1890.09114.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.66%
GREEN value IS 249 (97.66% from 255) = 40.49%
BLUE value IS 159 (62.5% from 255) = 25.85%
R=33.66%
G=40.49%
B=25.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072491590.1700.360.028888.2480
HexCFF99F110242585850
Octal317371237210442130130120
Binary11001111111110011001111110001010010010101100010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF99F; }

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

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

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

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

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

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

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

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