Html Css Color HEX #C5E194 Reef

📋 copy color: '#C5E194'

red 197 ◦ green 225 ◦ blue 148

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

Shades of Reef #C5E194

Tints of Reef #C5E194

RGB

 RED value IS 197 (77.34% from 255) = 34.56%

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

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

R = 34.56%
G = 39.47%
B = 25.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#C5E194 (or 0xC5E194) is known color: Reef. HEX triplet: C5, E1 and 94. RGB value is (197,225,148). Sum of RGB (Red+Green+Blue) = 197+225+148=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 148 (58.20% from 255 or 25.96% from 570); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5E194 is #3A1E6B. Grayscale: #D0D0D0. Windows color (decimal): -3808876 or 9757125. OLE color: 9757125.

HSL color Cylindrical-coordinate representation of color #C5E194: hue angle of 81.82º 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 #C5E194 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 225 148 -
CMYK 0.12 0 0.34 0.12
HSL 81.82º 0.56% 0.73% -
HSV(B) 81.82º 0.34% 0.88% -
XYZ 55.3 67.86 38.2 -
YUV 207.85 94.22 120.26 -
System Red Green Blue C M Y K H S L
Decimal 197 225 148 0.12 0 0.34 0.12 81.82 0.56 0.73
Hex C5 E1 94 C 0 22 C 52 38 49
Octal 305 341 224 14 0 42 14 122 70 111
Binary 11000101 11100001 10010100 1100 0 100010 1100 1010010 111000 1001001

Color Harmonies of #C5E194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E194

Black with #C5E194

Text Example


Text Example

White with #C5E194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E194; }

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

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

background-color css

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

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

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

border-color css

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

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

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