#CFF99E

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

Shades of Reef #CFF99E

Tints of Reef #CFF99E

Color information

#CFF99E (or 0xCFF99E) is unknown color: approx Reef. HEX triplet: CF, F9 and 9E. RGB value is (207,249,158). Sum of RGB (Red+Green+Blue) = 207+249+158=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 158 (62.11% from 255 or 25.73% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF99E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF99E is #300661. Grayscale: #E2E2E2. Windows color (decimal): -3147362 or 10418639. OLE color: 10418639.

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

Color convert

RGB207249158-
CMYK0.1700.370.02
HSL87.69º88.35%79.8%-
HSV(B)87.69º36.55%97.65%-
XYZ65.7883.4945-
YUV226.0789.59114.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.71%
GREEN value IS 249 (97.66% from 255) = 40.55%
BLUE value IS 158 (62.11% from 255) = 25.73%
R=33.71%
G=40.55%
B=25.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072491580.1700.370.0287.6988.3579.8
HexCFF99E110252585850
Octal317371236210452130130120
Binary11001111111110011001111010001010010110101100010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF99E; }

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

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

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

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

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

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

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

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