Html Css Color HEX #0CD521 Dark Pastel Green

📋 copy color: '#0CD521'

red 12 ◦ green 213 ◦ blue 33

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

Shades of Dark Pastel Green #0CD521

Tints of Dark Pastel Green #0CD521

RGB

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

 GREEN value IS 213 (83.59% from 255) = 82.56%

 BLUE value IS 33 (13.28% from 255) = 12.79%

R = 4.65%
G = 82.56%
B = 12.79%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#0CD521 (or 0x0CD521) is known color: Dark Pastel Green. HEX triplet: 0C, D5 and 21. RGB value is (12,213,33). Sum of RGB (Red+Green+Blue) = 12+213+33=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 213 (83.59% from 255 or 82.56% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 213 - color contains mainly: green. Hex color #0CD521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD521 is #F32ADE. Grayscale: #848484. Windows color (decimal): -15936223 or 2217228. OLE color: 2217228.

HSL color Cylindrical-coordinate representation of color #0CD521: hue angle of 126.27º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD521 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 12 213 33 -
CMYK 0.94 0 0.85 0.16
HSL 126.27º 0.89% 0.44% -
HSV(B) 126.27º 0.94% 0.84% -
XYZ 24.22 47.78 9.38 -
YUV 132.38 71.91 42.14 -
System Red Green Blue C M Y K H S L
Decimal 12 213 33 0.94 0 0.85 0.16 126.27 0.89 0.44
Hex C D5 21 5E 0 55 10 7E 59 2C
Octal 14 325 41 136 0 125 20 176 131 54
Binary 1100 11010101 100001 1011110 0 1010101 10000 1111110 1011001 101100

Color Harmonies of #0CD521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD521

Black with #0CD521

Text Example


Text Example

White with #0CD521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,213,33); }

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

background-color css

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

 a { background-color: rgb(12,213,33); }

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

border-color css

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

 span { border-color: rgb(12,213,33); }

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