#C8FDA0

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

Shades of Reef #C8FDA0

Tints of Reef #C8FDA0

Color information

#C8FDA0 (or 0xC8FDA0) is unknown color: approx Reef. HEX triplet: C8, FD and A0. RGB value is (200,253,160). Sum of RGB (Red+Green+Blue) = 200+253+160=613 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.63% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FDA0 is #37025F. Grayscale: #E2E2E2. Windows color (decimal): -3605088 or 10550728. OLE color: 10550728.

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

Color convert

RGB200253160-
CMYK0.2100.370.01
HSL94.19º95.88%80.98%-
HSV(B)94.19º36.76%99.22%-
XYZ65.2985.0746.24-
YUV226.5590.44109.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.63%
GREEN value IS 253 (99.22% from 255) = 41.27%
BLUE value IS 160 (62.89% from 255) = 26.10%
R=32.63%
G=41.27%
B=26.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2002531600.2100.370.0194.1995.8880.98
HexC8FDA01502515e6051
Octal310375240250451136140121
Binary1100100011111101101000001010101001011101111011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FDA0; }

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

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

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

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

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

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

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

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