Html Css Color HEX #C1D494 Sprout

📋 copy color: '#C1D494'

red 193 ◦ green 212 ◦ blue 148

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

Shades of Sprout #C1D494

Tints of Sprout #C1D494

RGB

 RED value IS 193 (75.78% from 255) = 34.9%

 GREEN value IS 212 (83.2% from 255) = 38.34%

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

R = 34.9%
G = 38.34%
B = 26.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#C1D494 (or 0xC1D494) is known color: Sprout. HEX triplet: C1, D4 and 94. RGB value is (193,212,148). Sum of RGB (Red+Green+Blue) = 193+212+148=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 212 - color contains mainly: green. Hex color #C1D494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D494 is #3E2B6B. Grayscale: #C7C7C7. Windows color (decimal): -4074348 or 9753793. OLE color: 9753793.

HSL color Cylindrical-coordinate representation of color #C1D494: hue angle of 77.81º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1D494 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 193 212 148 -
CMYK 0.09 0 0.30 0.17
HSL 77.81º 0.43% 0.71% -
HSV(B) 77.81º 0.3% 0.83% -
XYZ 50.88 60.56 37.03 -
YUV 199.02 99.21 123.7 -
System Red Green Blue C M Y K H S L
Decimal 193 212 148 0.09 0 0.30 0.17 77.81 0.43 0.71
Hex C1 D4 94 9 0 1E 11 4E 2B 47
Octal 301 324 224 11 0 36 21 116 53 107
Binary 11000001 11010100 10010100 1001 0 11110 10001 1001110 101011 1000111

Color Harmonies of #C1D494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D494

Black with #C1D494

Text Example


Text Example

White with #C1D494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D494; }

 p { color: rgb(193,212,148); }

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

background-color css

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

 a { background-color: rgb(193,212,148); }

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

border-color css

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

 span { border-color: rgb(193,212,148); }

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