Html Css Color HEX #C8E194 Reef

📋 copy color: '#C8E194'

red 200 ◦ green 225 ◦ blue 148

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

Shades of Reef #C8E194

Tints of Reef #C8E194

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.27%

 BLUE value IS 148 (58.2% from 255) = 25.83%

R = 34.9%
G = 39.27%
B = 25.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#C8E194 (or 0xC8E194) is known color: Reef. HEX triplet: C8, E1 and 94. RGB value is (200,225,148). Sum of RGB (Red+Green+Blue) = 200+225+148=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 148 (58.20% from 255 or 25.83% from 573); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8E194 is #371E6B. Grayscale: #D1D1D1. Windows color (decimal): -3612268 or 9757128. OLE color: 9757128.

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

Color convert

RGB 200 225 148 -
CMYK 0.11 0 0.34 0.12
HSL 79.48º 0.56% 0.73% -
HSV(B) 79.48º 0.34% 0.88% -
XYZ 56.09 68.27 38.24 -
YUV 208.75 93.72 121.76 -
System Red Green Blue C M Y K H S L
Decimal 200 225 148 0.11 0 0.34 0.12 79.48 0.56 0.73
Hex C8 E1 94 B 0 22 C 4F 38 49
Octal 310 341 224 13 0 42 14 117 70 111
Binary 11001000 11100001 10010100 1011 0 100010 1100 1001111 111000 1001001

Color Harmonies of #C8E194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8E194

Black with #C8E194

Text Example


Text Example

White with #C8E194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8E194; }

 p { color: rgb(200,225,148); }

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

background-color css

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

 a { background-color: rgb(200,225,148); }

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

border-color css

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

 span { border-color: rgb(200,225,148); }

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