Html Css Color HEX #25BC50 Dark Pastel Green

📋 copy color: '#25BC50'

red 37 ◦ green 188 ◦ blue 80

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

Shades of Dark Pastel Green #25BC50

Tints of Dark Pastel Green #25BC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.23%

R = 12.13%
G = 61.64%
B = 26.23%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#25BC50 (or 0x25BC50) is known color: Dark Pastel Green. HEX triplet: 25, BC and 50. RGB value is (37,188,80). Sum of RGB (Red+Green+Blue) = 37+188+80=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 188 (73.83% from 255 or 61.64% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25BC50 is #DA43AF. Grayscale: #828282. Windows color (decimal): -14304176 or 5291045. OLE color: 5291045.

HSL color Cylindrical-coordinate representation of color #25BC50: hue angle of 137.09º 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 #25BC50 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 188 80 -
CMYK 0.80 0 0.57 0.26
HSL 137.09º 0.67% 0.44% -
HSV(B) 137.09º 0.8% 0.74% -
XYZ 20.19 36.94 13.66 -
YUV 130.54 99.47 61.28 -
System Red Green Blue C M Y K H S L
Decimal 37 188 80 0.80 0 0.57 0.26 137.09 0.67 0.44
Hex 25 BC 50 50 0 39 1A 89 43 2C
Octal 45 274 120 120 0 71 32 211 103 54
Binary 100101 10111100 1010000 1010000 0 111001 11010 10001001 1000011 101100

Color Harmonies of #25BC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BC50

Black with #25BC50

Text Example


Text Example

White with #25BC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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