#C8FEA1

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

Shades of Reef #C8FEA1

Tints of Reef #C8FEA1

Color information

#C8FEA1 (or 0xC8FEA1) is unknown color: approx Reef. HEX triplet: C8, FE and A1. RGB value is (200,254,161). Sum of RGB (Red+Green+Blue) = 200+254+161=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 161 (63.28% from 255 or 26.18% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FEA1 is #37015E. Grayscale: #E3E3E3. Windows color (decimal): -3604831 or 10616520. OLE color: 10616520.

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

Color convert

RGB200254161-
CMYK0.2100.370.00
HSL94.84º97.89%81.37%-
HSV(B)94.84º36.61%99.61%-
XYZ65.6985.7446.8-
YUV227.2590.61108.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.52%
GREEN value IS 254 (99.61% from 255) = 41.30%
BLUE value IS 161 (63.28% from 255) = 26.18%
R=32.52%
G=41.30%
B=26.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2002541610.2100.370.0094.8497.8981.37
HexC8FEA11502505f6251
Octal310376241250450137142121
Binary1100100011111110101000011010101001010101111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FEA1; }

 p { color: rgb(200,254,161); }

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

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

 a { background-color: rgb(200,254,161); }

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

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

 span { border-color: rgb(200,254,161); }

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