Html Css Color HEX #C0DA93 Sprout

📋 copy color: '#C0DA93'

red 192 ◦ green 218 ◦ blue 147

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

Shades of Sprout #C0DA93

Tints of Sprout #C0DA93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.39%

R = 34.47%
G = 39.14%
B = 26.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#C0DA93 (or 0xC0DA93) is known color: Sprout. HEX triplet: C0, DA and 93. RGB value is (192,218,147). Sum of RGB (Red+Green+Blue) = 192+218+147=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 147 (57.81% from 255 or 26.39% from 557); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DA93 is #3F256C. Grayscale: #CACACA. Windows color (decimal): -4138349 or 9689792. OLE color: 9689792.

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

Color convert

RGB 192 218 147 -
CMYK 0.12 0 0.33 0.15
HSL 81.97º 0.49% 0.72% -
HSV(B) 81.97º 0.33% 0.85% -
XYZ 52.08 63.46 37.11 -
YUV 202.13 96.89 120.77 -
System Red Green Blue C M Y K H S L
Decimal 192 218 147 0.12 0 0.33 0.15 81.97 0.49 0.72
Hex C0 DA 93 C 0 21 F 52 31 48
Octal 300 332 223 14 0 41 17 122 61 110
Binary 11000000 11011010 10010011 1100 0 100001 1111 1010010 110001 1001000

Color Harmonies of #C0DA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DA93

Black with #C0DA93

Text Example


Text Example

White with #C0DA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DA93; }

 p { color: rgb(192,218,147); }

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

background-color css

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

 a { background-color: rgb(192,218,147); }

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

border-color css

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

 span { border-color: rgb(192,218,147); }

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