Html Css Color HEX #C1DF95 Sprout

📋 copy color: '#C1DF95'

red 193 ◦ green 223 ◦ blue 149

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

Shades of Sprout #C1DF95

Tints of Sprout #C1DF95

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.47%

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

R = 34.16%
G = 39.47%
B = 26.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#C1DF95 (or 0xC1DF95) is known color: Sprout. HEX triplet: C1, DF and 95. RGB value is (193,223,149). Sum of RGB (Red+Green+Blue) = 193+223+149=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DF95 is #3E206A. Grayscale: #CDCDCD. Windows color (decimal): -4071531 or 9822145. OLE color: 9822145.

HSL color Cylindrical-coordinate representation of color #C1DF95: hue angle of 84.32º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C1DF95 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 223 149 -
CMYK 0.13 0 0.33 0.13
HSL 84.32º 0.54% 0.73% -
HSV(B) 84.32º 0.33% 0.87% -
XYZ 53.8 66.28 38.39 -
YUV 205.59 96.06 119.02 -
System Red Green Blue C M Y K H S L
Decimal 193 223 149 0.13 0 0.33 0.13 84.32 0.54 0.73
Hex C1 DF 95 D 0 21 D 54 36 49
Octal 301 337 225 15 0 41 15 124 66 111
Binary 11000001 11011111 10010101 1101 0 100001 1101 1010100 110110 1001001

Color Harmonies of #C1DF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DF95

Black with #C1DF95

Text Example


Text Example

White with #C1DF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DF95; }

 p { color: rgb(193,223,149); }

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

background-color css

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

 a { background-color: rgb(193,223,149); }

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

border-color css

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

 span { border-color: rgb(193,223,149); }

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