#C8FD94

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

Shades of Reef #C8FD94

Tints of Reef #C8FD94

Color information

#C8FD94 (or 0xC8FD94) is unknown color: approx Reef. HEX triplet: C8, FD and 94. RGB value is (200,253,148). Sum of RGB (Red+Green+Blue) = 200+253+148=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 148 (58.20% from 255 or 24.63% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FD94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FD94 is #37026B. Grayscale: #E1E1E1. Windows color (decimal): -3605100 or 9764296. OLE color: 9764296.

HSL color Cylindrical-coordinate representation of color #C8FD94: hue angle of 90.29º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C8FD94 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB200253148-
CMYK0.2100.420.01
HSL90.29º96.33%78.63%-
HSV(B)90.29º41.5%99.22%-
XYZ64.2984.6740.97-
YUV225.1884.44110.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.28%
GREEN value IS 253 (99.22% from 255) = 42.10%
BLUE value IS 148 (58.20% from 255) = 24.63%
R=33.28%
G=42.10%
B=24.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2002531480.2100.420.0190.2996.3378.63
HexC8FD941502A15a604f
Octal310375224250521132140117
Binary1100100011111101100101001010101010101101101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FD94; }

 p { color: rgb(200,253,148); }

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

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

 a { background-color: rgb(200,253,148); }

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

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

 span { border-color: rgb(200,253,148); }

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