Html Css Color HEX #00DA37 Dark Pastel Green

📋 copy color: '#00DA37'

red 0 ◦ green 218 ◦ blue 55

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

Shades of Dark Pastel Green #00DA37

Tints of Dark Pastel Green #00DA37

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 218 (85.55% from 255) = 79.85%

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

R = 0%
G = 79.85%
B = 20.15%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#00DA37 (or 0x00DA37) is known color: Dark Pastel Green. HEX triplet: 00, DA and 37. RGB value is (0,218,55). Sum of RGB (Red+Green+Blue) = 0+218+55=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 218 (85.55% from 255 or 79.85% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 218 - color contains mainly: green. Hex color #00DA37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DA37 is #FF25C8. Grayscale: #868686. Windows color (decimal): -16721353 or 3660288. OLE color: 3660288.

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

Color convert

RGB 0 218 55 -
CMYK 1 0 0.75 0.15
HSL 135.14º 1% 0.43% -
HSV(B) 135.14º 1% 0.85% -
XYZ 25.76 50.42 11.99 -
YUV 134.24 83.28 32.25 -
System Red Green Blue C M Y K H S L
Decimal 0 218 55 1 0 0.75 0.15 135.14 1 0.43
Hex 0 DA 37 64 0 4B F 87 64 2B
Octal 0 332 67 144 0 113 17 207 144 53
Binary 0 11011010 110111 1100100 0 1001011 1111 10000111 1100100 101011

Color Harmonies of #00DA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DA37

Black with #00DA37

Text Example


Text Example

White with #00DA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00DA37; }

 p { color: rgb(0,218,55); }

 H1.HeaderClassName
 {
   color: #00DA37;
 }
 .AnyTagClassName
 {
   color: #00DA37;
 }
</style>

background-color css

<style>
 a { background-color: #00DA37; }

 a { background-color: rgb(0,218,55); }

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

border-color css

<style>
 span { border-color: #00DA37; }

 span { border-color: rgb(0,218,55); }

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