Html Css Color HEX #0DCD79 Mountain Meadow

📋 copy color: '#0DCD79'

red 13 ◦ green 205 ◦ blue 121

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

Shades of Mountain Meadow #0DCD79

Tints of Mountain Meadow #0DCD79

RGB

 RED value IS 13 (5.47% from 255) = 3.83%

 GREEN value IS 205 (80.47% from 255) = 60.47%

 BLUE value IS 121 (47.66% from 255) = 35.69%

R = 3.83%
G = 60.47%
B = 35.69%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#0DCD79 (or 0x0DCD79) is known color: Mountain Meadow. HEX triplet: 0D, CD and 79. RGB value is (13,205,121). Sum of RGB (Red+Green+Blue) = 13+205+121=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 205 (80.47% from 255 or 60.47% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCD79 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCD79 is #F23286. Grayscale: #8A8A8A. Windows color (decimal): -15872647 or 7982349. OLE color: 7982349.

HSL color Cylindrical-coordinate representation of color #0DCD79: hue angle of 153.75º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCD79 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 13 205 121 -
CMYK 0.94 0 0.41 0.20
HSL 153.75º 0.88% 0.43% -
HSV(B) 153.75º 0.94% 0.8% -
XYZ 25.45 45.13 25.46 -
YUV 138.02 118.39 38.83 -
System Red Green Blue C M Y K H S L
Decimal 13 205 121 0.94 0 0.41 0.20 153.75 0.88 0.43
Hex D CD 79 5E 0 29 14 9A 58 2B
Octal 15 315 171 136 0 51 24 232 130 53
Binary 1101 11001101 1111001 1011110 0 101001 10100 10011010 1011000 101011

Color Harmonies of #0DCD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCD79

Black with #0DCD79

Text Example


Text Example

White with #0DCD79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DCD79; }

 p { color: rgb(13,205,121); }

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

background-color css

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

 a { background-color: rgb(13,205,121); }

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

border-color css

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

 span { border-color: rgb(13,205,121); }

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