#CFF995

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

Shades of Reef #CFF995

Tints of Reef #CFF995

Color information

#CFF995 (or 0xCFF995) is unknown color: approx Reef. HEX triplet: CF, F9 and 95. RGB value is (207,249,149). Sum of RGB (Red+Green+Blue) = 207+249+149=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 149 (58.59% from 255 or 24.63% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF995 is #30066A. Grayscale: #E1E1E1. Windows color (decimal): -3147371 or 9828815. OLE color: 9828815.

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

Color convert

RGB207249149-
CMYK0.1700.400.02
HSL85.2º89.29%78.04%-
HSV(B)85.2º40.16%97.65%-
XYZ65.0383.1941.06-
YUV225.0485.09115.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.21%
GREEN value IS 249 (97.66% from 255) = 41.16%
BLUE value IS 149 (58.59% from 255) = 24.63%
R=34.21%
G=41.16%
B=24.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072491490.1700.400.0285.289.2978.04
HexCFF99511028255594e
Octal317371225210502125131116
Binary11001111111110011001010110001010100010101010110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF995; }

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

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

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

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

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

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

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

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