#C8F995

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

Shades of Reef #C8F995

Tints of Reef #C8F995

Color information

#C8F995 (or 0xC8F995) is unknown color: approx Reef. HEX triplet: C8, F9 and 95. RGB value is (200,249,149). Sum of RGB (Red+Green+Blue) = 200+249+149=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 249 (97.66% from 255 or 41.64% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F995 is #37066A. Grayscale: #DFDFDF. Windows color (decimal): -3606123 or 9828808. OLE color: 9828808.

HSL color Cylindrical-coordinate representation of color #C8F995: hue angle of 89.4º 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 #C8F995 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB200249149-
CMYK0.2000.400.02
HSL89.4º89.29%78.04%-
HSV(B)89.4º40.16%97.65%-
XYZ63.1282.240.97-
YUV222.9586.27111.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.44%
GREEN value IS 249 (97.66% from 255) = 41.64%
BLUE value IS 149 (58.59% from 255) = 24.92%
R=33.44%
G=41.64%
B=24.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002491490.2000.400.0289.489.2978.04
HexC8F99514028259594e
Octal310371225240502131131116
Binary11001000111110011001010110100010100010101100110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F995; }

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

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

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

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

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

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

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

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