Html Css Color HEX #0DC533 Dark Pastel Green

📋 copy color: '#0DC533'

red 13 ◦ green 197 ◦ blue 51

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

Shades of Dark Pastel Green #0DC533

Tints of Dark Pastel Green #0DC533

RGB

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

 GREEN value IS 197 (77.34% from 255) = 75.48%

 BLUE value IS 51 (20.31% from 255) = 19.54%

R = 4.98%
G = 75.48%
B = 19.54%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#0DC533 (or 0x0DC533) is known color: Dark Pastel Green. HEX triplet: 0D, C5 and 33. RGB value is (13,197,51). Sum of RGB (Red+Green+Blue) = 13+197+51=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 197 (77.34% from 255 or 75.48% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC533 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC533 is #F23ACC. Grayscale: #7D7D7D. Windows color (decimal): -15874765 or 3392781. OLE color: 3392781.

HSL color Cylindrical-coordinate representation of color #0DC533: hue angle of 132.39º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC533 is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 13 197 51 -
CMYK 0.93 0 0.74 0.23
HSL 132.39º 0.88% 0.41% -
HSV(B) 132.39º 0.93% 0.77% -
XYZ 20.73 40.26 9.81 -
YUV 125.34 86.04 47.87 -
System Red Green Blue C M Y K H S L
Decimal 13 197 51 0.93 0 0.74 0.23 132.39 0.88 0.41
Hex D C5 33 5D 0 4A 17 84 58 29
Octal 15 305 63 135 0 112 27 204 130 51
Binary 1101 11000101 110011 1011101 0 1001010 10111 10000100 1011000 101001

Color Harmonies of #0DC533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC533

Black with #0DC533

Text Example


Text Example

White with #0DC533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,197,51); }

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

background-color css

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

 a { background-color: rgb(13,197,51); }

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

border-color css

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

 span { border-color: rgb(13,197,51); }

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