Html Css Color HEX #00DA25 Dark Pastel Green

📋 copy color: '#00DA25'

red 0 ◦ green 218 ◦ blue 37

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

Shades of Dark Pastel Green #00DA25

Tints of Dark Pastel Green #00DA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.51%

R = 0%
G = 85.49%
B = 14.51%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#00DA25 (or 0x00DA25) is known color: Dark Pastel Green. HEX triplet: 00, DA and 25. RGB value is (0,218,37). Sum of RGB (Red+Green+Blue) = 0+218+37=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 218 (85.55% from 255 or 85.49% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 218 - color contains mainly: green. Hex color #00DA25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DA25 is #FF25DA. Grayscale: #848484. Windows color (decimal): -16721371 or 2480640. OLE color: 2480640.

HSL color Cylindrical-coordinate representation of color #00DA25: hue angle of 130.18º 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 #00DA25 is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 0 218 37 -
CMYK 1 0 0.83 0.15
HSL 130.18º 1% 0.43% -
HSV(B) 130.18º 1% 0.85% -
XYZ 25.41 50.28 10.12 -
YUV 132.18 74.28 33.72 -
System Red Green Blue C M Y K H S L
Decimal 0 218 37 1 0 0.83 0.15 130.18 1 0.43
Hex 0 DA 25 64 0 53 F 82 64 2B
Octal 0 332 45 144 0 123 17 202 144 53
Binary 0 11011010 100101 1100100 0 1010011 1111 10000010 1100100 101011

Color Harmonies of #00DA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DA25

Black with #00DA25

Text Example


Text Example

White with #00DA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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