Html Css Color HEX #C8FEA1 Reef

📋 copy color: '#C8FEA1'

red 200 ◦ green 254 ◦ blue 161

#C8FEA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #C8FEA1

Tints of Reef #C8FEA1

RGB

 RED value IS 200 (78.52% from 255) = 32.52%

 GREEN value IS 254 (99.61% from 255) = 41.3%

 BLUE value IS 161 (63.28% from 255) = 26.18%

R = 32.52%
G = 41.3%
B = 26.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#C8FEA1 (or 0xC8FEA1) is known color: 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

RGB 200 254 161 -
CMYK 0.21 0 0.37 0.00
HSL 94.84º 0.98% 0.81% -
HSV(B) 94.84º 0.37% 1% -
XYZ 65.69 85.74 46.8 -
YUV 227.25 90.61 108.56 -
System Red Green Blue C M Y K H S L
Decimal 200 254 161 0.21 0 0.37 0.00 94.84 0.98 0.81
Hex C8 FE A1 15 0 25 0 5F 62 51
Octal 310 376 241 25 0 45 0 137 142 121
Binary 11001000 11111110 10100001 10101 0 100101 0 1011111 1100010 1010001

Color Harmonies of #C8FEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FEA1

Black with #C8FEA1

Text Example


Text Example

White with #C8FEA1

Text Example


Text Example

HTML Codes & Css Web 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>