Html Css Color HEX #C8F2A0 Reef

📋 copy color: '#C8F2A0'

red 200 ◦ green 242 ◦ blue 160

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

Shades of Reef #C8F2A0

Tints of Reef #C8F2A0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.2%

 BLUE value IS 160 (62.89% from 255) = 26.58%

R = 33.22%
G = 40.2%
B = 26.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#C8F2A0 (or 0xC8F2A0) is known color: Reef. HEX triplet: C8, F2 and A0. RGB value is (200,242,160). Sum of RGB (Red+Green+Blue) = 200+242+160=602 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.22% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F2A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F2A0 is #370D5F. Grayscale: #DCDCDC. Windows color (decimal): -3607904 or 10547912. OLE color: 10547912.

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

Color convert

RGB 200 242 160 -
CMYK 0.17 0 0.34 0.05
HSL 90.73º 0.76% 0.79% -
HSV(B) 90.73º 0.34% 0.95% -
XYZ 61.92 78.32 45.11 -
YUV 220.09 94.09 113.67 -
System Red Green Blue C M Y K H S L
Decimal 200 242 160 0.17 0 0.34 0.05 90.73 0.76 0.79
Hex C8 F2 A0 11 0 22 5 5B 4C 4F
Octal 310 362 240 21 0 42 5 133 114 117
Binary 11001000 11110010 10100000 10001 0 100010 101 1011011 1001100 1001111

Color Harmonies of #C8F2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F2A0

Black with #C8F2A0

Text Example


Text Example

White with #C8F2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F2A0; }

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

 H1.HeaderClassName
 {
   color: #C8F2A0;
 }
 .AnyTagClassName
 {
   color: #C8F2A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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