Html Css Color HEX #25BC4F Dark Pastel Green

📋 copy color: '#25BC4F'

red 37 ◦ green 188 ◦ blue 79

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

Shades of Dark Pastel Green #25BC4F

Tints of Dark Pastel Green #25BC4F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 61.84%

 BLUE value IS 79 (31.25% from 255) = 25.99%

R = 12.17%
G = 61.84%
B = 25.99%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#25BC4F (or 0x25BC4F) is known color: Dark Pastel Green. HEX triplet: 25, BC and 4F. RGB value is (37,188,79). Sum of RGB (Red+Green+Blue) = 37+188+79=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 188 (73.83% from 255 or 61.84% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25BC4F is #DA43B0. Grayscale: #828282. Windows color (decimal): -14304177 or 5225509. OLE color: 5225509.

HSL color Cylindrical-coordinate representation of color #25BC4F: hue angle of 136.69º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BC4F is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 188 79 -
CMYK 0.80 0 0.58 0.26
HSL 136.69º 0.67% 0.44% -
HSV(B) 136.69º 0.8% 0.74% -
XYZ 20.16 36.92 13.46 -
YUV 130.43 98.97 61.36 -
System Red Green Blue C M Y K H S L
Decimal 37 188 79 0.80 0 0.58 0.26 136.69 0.67 0.44
Hex 25 BC 4F 50 0 3A 1A 89 43 2C
Octal 45 274 117 120 0 72 32 211 103 54
Binary 100101 10111100 1001111 1010000 0 111010 11010 10001001 1000011 101100

Color Harmonies of #25BC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BC4F

Black with #25BC4F

Text Example


Text Example

White with #25BC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,188,79); }

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

background-color css

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

 a { background-color: rgb(37,188,79); }

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

border-color css

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

 span { border-color: rgb(37,188,79); }

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