Html Css Color HEX #0CDD2B Dark Pastel Green

📋 copy color: '#0CDD2B'

red 12 ◦ green 221 ◦ blue 43

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

Shades of Dark Pastel Green #0CDD2B

Tints of Dark Pastel Green #0CDD2B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 80.07%

 BLUE value IS 43 (17.19% from 255) = 15.58%

R = 4.35%
G = 80.07%
B = 15.58%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#0CDD2B (or 0x0CDD2B) is known color: Dark Pastel Green. HEX triplet: 0C, DD and 2B. RGB value is (12,221,43). Sum of RGB (Red+Green+Blue) = 12+221+43=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 221 (86.72% from 255 or 80.07% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDD2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CDD2B is #F322D4. Grayscale: #8A8A8A. Windows color (decimal): -15934165 or 2874636. OLE color: 2874636.

HSL color Cylindrical-coordinate representation of color #0CDD2B: hue angle of 128.9º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDD2B is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 221 43 -
CMYK 0.95 0 0.81 0.13
HSL 128.9º 0.9% 0.46% -
HSV(B) 128.9º 0.95% 0.87% -
XYZ 26.44 51.97 10.92 -
YUV 138.22 74.26 37.97 -
System Red Green Blue C M Y K H S L
Decimal 12 221 43 0.95 0 0.81 0.13 128.9 0.9 0.46
Hex C DD 2B 5F 0 51 D 81 5A 2E
Octal 14 335 53 137 0 121 15 201 132 56
Binary 1100 11011101 101011 1011111 0 1010001 1101 10000001 1011010 101110

Color Harmonies of #0CDD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDD2B

Black with #0CDD2B

Text Example


Text Example

White with #0CDD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,221,43); }

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

background-color css

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

 a { background-color: rgb(12,221,43); }

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

border-color css

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

 span { border-color: rgb(12,221,43); }

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