Html Css Color HEX #25AF41 Dark Pastel Green

📋 copy color: '#25AF41'

red 37 ◦ green 175 ◦ blue 65

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

Shades of Dark Pastel Green #25AF41

Tints of Dark Pastel Green #25AF41

RGB

 RED value IS 37 (14.84% from 255) = 13.36%

 GREEN value IS 175 (68.75% from 255) = 63.18%

 BLUE value IS 65 (25.78% from 255) = 23.47%

R = 13.36%
G = 63.18%
B = 23.47%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#25AF41 (or 0x25AF41) is known color: Dark Pastel Green. HEX triplet: 25, AF and 41. RGB value is (37,175,65). Sum of RGB (Red+Green+Blue) = 37+175+65=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 175 (68.75% from 255 or 63.18% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 175 - color contains mainly: green. Hex color #25AF41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25AF41 is #DA50BE. Grayscale: #797979. Windows color (decimal): -14307519 or 4304677. OLE color: 4304677.

HSL color Cylindrical-coordinate representation of color #25AF41: hue angle of 132.17º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25AF41 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 175 65 -
CMYK 0.79 0 0.63 0.31
HSL 132.17º 0.65% 0.42% -
HSV(B) 132.17º 0.79% 0.69% -
XYZ 17.05 31.43 10.17 -
YUV 121.2 96.28 67.94 -
System Red Green Blue C M Y K H S L
Decimal 37 175 65 0.79 0 0.63 0.31 132.17 0.65 0.42
Hex 25 AF 41 4F 0 3F 1F 84 41 2A
Octal 45 257 101 117 0 77 37 204 101 52
Binary 100101 10101111 1000001 1001111 0 111111 11111 10000100 1000001 101010

Color Harmonies of #25AF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AF41

Black with #25AF41

Text Example


Text Example

White with #25AF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25AF41; }

 p { color: rgb(37,175,65); }

 H1.HeaderClassName
 {
   color: #25AF41;
 }
 .AnyTagClassName
 {
   color: #25AF41;
 }
</style>

background-color css

<style>
 a { background-color: #25AF41; }

 a { background-color: rgb(37,175,65); }

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

border-color css

<style>
 span { border-color: #25AF41; }

 span { border-color: rgb(37,175,65); }

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