Html Css Color HEX #C0DD94 Sprout

📋 copy color: '#C0DD94'

red 192 ◦ green 221 ◦ blue 148

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

Shades of Sprout #C0DD94

Tints of Sprout #C0DD94

RGB

 RED value IS 192 (75.39% from 255) = 34.22%

 GREEN value IS 221 (86.72% from 255) = 39.39%

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

R = 34.22%
G = 39.39%
B = 26.38%

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

#C0DD94 (or 0xC0DD94) is known color: Sprout. HEX triplet: C0, DD and 94. RGB value is (192,221,148). Sum of RGB (Red+Green+Blue) = 192+221+148=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DD94 is #3F226B. Grayscale: #CCCCCC. Windows color (decimal): -4137580 or 9756096. OLE color: 9756096.

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

Color convert

RGB 192 221 148 -
CMYK 0.13 0 0.33 0.13
HSL 83.84º 0.52% 0.72% -
HSV(B) 83.84º 0.33% 0.87% -
XYZ 52.94 65.06 37.78 -
YUV 204.01 96.39 119.44 -
System Red Green Blue C M Y K H S L
Decimal 192 221 148 0.13 0 0.33 0.13 83.84 0.52 0.72
Hex C0 DD 94 D 0 21 D 54 34 48
Octal 300 335 224 15 0 41 15 124 64 110
Binary 11000000 11011101 10010100 1101 0 100001 1101 1010100 110100 1001000

Color Harmonies of #C0DD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DD94

Black with #C0DD94

Text Example


Text Example

White with #C0DD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DD94; }

 p { color: rgb(192,221,148); }

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

background-color css

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

 a { background-color: rgb(192,221,148); }

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

border-color css

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

 span { border-color: rgb(192,221,148); }

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