Html Css Color HEX #0CD937 Dark Pastel Green

📋 copy color: '#0CD937'

red 12 ◦ green 217 ◦ blue 55

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

Shades of Dark Pastel Green #0CD937

Tints of Dark Pastel Green #0CD937

RGB

 RED value IS 12 (5.08% from 255) = 4.23%

 GREEN value IS 217 (85.16% from 255) = 76.41%

 BLUE value IS 55 (21.88% from 255) = 19.37%

R = 4.23%
G = 76.41%
B = 19.37%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#0CD937 (or 0x0CD937) is known color: Dark Pastel Green. HEX triplet: 0C, D9 and 37. RGB value is (12,217,55). Sum of RGB (Red+Green+Blue) = 12+217+55=284 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.23% from 284); Green value is 217 (85.16% from 255 or 76.41% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 217 - color contains mainly: green. Hex color #0CD937 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD937 is #F326C8. Grayscale: #898989. Windows color (decimal): -15935177 or 3660044. OLE color: 3660044.

HSL color Cylindrical-coordinate representation of color #0CD937: hue angle of 132.59º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD937 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 12 217 55 -
CMYK 0.94 0 0.75 0.15
HSL 132.59º 0.9% 0.45% -
HSV(B) 132.59º 0.94% 0.85% -
XYZ 25.65 49.98 11.91 -
YUV 137.24 81.58 38.67 -
System Red Green Blue C M Y K H S L
Decimal 12 217 55 0.94 0 0.75 0.15 132.59 0.9 0.45
Hex C D9 37 5E 0 4B F 85 5A 2D
Octal 14 331 67 136 0 113 17 205 132 55
Binary 1100 11011001 110111 1011110 0 1001011 1111 10000101 1011010 101101

Color Harmonies of #0CD937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD937

Black with #0CD937

Text Example


Text Example

White with #0CD937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,217,55); }

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

background-color css

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

 a { background-color: rgb(12,217,55); }

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

border-color css

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

 span { border-color: rgb(12,217,55); }

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