Html Css Color HEX #C5DA94 Sprout

📋 copy color: '#C5DA94'

red 197 ◦ green 218 ◦ blue 148

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

Shades of Sprout #C5DA94

Tints of Sprout #C5DA94

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.72%

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

R = 34.99%
G = 38.72%
B = 26.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#C5DA94 (or 0xC5DA94) is known color: Sprout. HEX triplet: C5, DA and 94. RGB value is (197,218,148). Sum of RGB (Red+Green+Blue) = 197+218+148=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DA94 is #3A256B. Grayscale: #CCCCCC. Windows color (decimal): -3810668 or 9755333. OLE color: 9755333.

HSL color Cylindrical-coordinate representation of color #C5DA94: hue angle of 78º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5DA94 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 218 148 -
CMYK 0.10 0 0.32 0.15
HSL 78º 0.49% 0.72% -
HSV(B) 78º 0.32% 0.85% -
XYZ 53.44 64.15 37.58 -
YUV 203.74 96.54 123.19 -
System Red Green Blue C M Y K H S L
Decimal 197 218 148 0.10 0 0.32 0.15 78 0.49 0.72
Hex C5 DA 94 A 0 20 F 4E 31 48
Octal 305 332 224 12 0 40 17 116 61 110
Binary 11000101 11011010 10010100 1010 0 100000 1111 1001110 110001 1001000

Color Harmonies of #C5DA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DA94

Black with #C5DA94

Text Example


Text Example

White with #C5DA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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