#C8F295

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

Shades of Reef #C8F295

Tints of Reef #C8F295

Color information

#C8F295 (or 0xC8F295) is unknown color: approx Reef. HEX triplet: C8, F2 and 95. RGB value is (200,242,149). Sum of RGB (Red+Green+Blue) = 200+242+149=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 149 (58.59% from 255 or 25.21% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F295 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F295 is #370D6A. Grayscale: #DBDBDB. Windows color (decimal): -3607915 or 9827016. OLE color: 9827016.

HSL color Cylindrical-coordinate representation of color #C8F295: hue angle of 87.1º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8F295 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB200242149-
CMYK0.1700.380.05
HSL87.1º78.15%76.67%-
HSV(B)87.1º38.43%94.9%-
XYZ6177.9540.27-
YUV218.8488.59114.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.84%
GREEN value IS 242 (94.92% from 255) = 40.95%
BLUE value IS 149 (58.59% from 255) = 25.21%
R=33.84%
G=40.95%
B=25.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2002421490.1700.380.0587.178.1576.67
HexC8F295110265574e4d
Octal310362225210465127116115
Binary110010001111001010010101100010100110101101011110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F295; }

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

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

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

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

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

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

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

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