Html Css Color HEX #C8E095 Reef

📋 copy color: '#C8E095'

red 200 ◦ green 224 ◦ blue 149

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

Shades of Reef #C8E095

Tints of Reef #C8E095

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.09%

 BLUE value IS 149 (58.59% from 255) = 26%

R = 34.9%
G = 39.09%
B = 26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#C8E095 (or 0xC8E095) is known color: Reef. HEX triplet: C8, E0 and 95. RGB value is (200,224,149). Sum of RGB (Red+Green+Blue) = 200+224+149=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 224 - color contains mainly: green. Hex color #C8E095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8E095 is #371F6A. Grayscale: #D0D0D0. Windows color (decimal): -3612523 or 9822408. OLE color: 9822408.

HSL color Cylindrical-coordinate representation of color #C8E095: hue angle of 79.2º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8E095 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 200 224 149 -
CMYK 0.11 0 0.33 0.12
HSL 79.2º 0.55% 0.73% -
HSV(B) 79.2º 0.33% 0.88% -
XYZ 55.9 67.76 38.57 -
YUV 208.27 94.55 122.1 -
System Red Green Blue C M Y K H S L
Decimal 200 224 149 0.11 0 0.33 0.12 79.2 0.55 0.73
Hex C8 E0 95 B 0 21 C 4F 37 49
Octal 310 340 225 13 0 41 14 117 67 111
Binary 11001000 11100000 10010101 1011 0 100001 1100 1001111 110111 1001001

Color Harmonies of #C8E095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8E095

Black with #C8E095

Text Example


Text Example

White with #C8E095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8E095; }

 p { color: rgb(200,224,149); }

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

background-color css

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

 a { background-color: rgb(200,224,149); }

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

border-color css

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

 span { border-color: rgb(200,224,149); }

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