Html Css Color HEX #13BE25 Dark Pastel Green

📋 copy color: '#13BE25'

red 19 ◦ green 190 ◦ blue 37

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

Shades of Dark Pastel Green #13BE25

Tints of Dark Pastel Green #13BE25

RGB

 RED value IS 19 (7.81% from 255) = 7.72%

 GREEN value IS 190 (74.61% from 255) = 77.24%

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

R = 7.72%
G = 77.24%
B = 15.04%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#13BE25 (or 0x13BE25) is known color: Dark Pastel Green. HEX triplet: 13, BE and 25. RGB value is (19,190,37). Sum of RGB (Red+Green+Blue) = 19+190+37=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 190 (74.61% from 255 or 77.24% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 190 - color contains mainly: green. Hex color #13BE25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BE25 is #EC41DA. Grayscale: #797979. Windows color (decimal): -15483355 or 2473491. OLE color: 2473491.

HSL color Cylindrical-coordinate representation of color #13BE25: hue angle of 126.32º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BE25 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 190 37 -
CMYK 0.90 0 0.81 0.25
HSL 126.32º 0.82% 0.41% -
HSV(B) 126.32º 0.9% 0.75% -
XYZ 19.02 37.1 7.91 -
YUV 121.43 80.35 54.94 -
System Red Green Blue C M Y K H S L
Decimal 19 190 37 0.90 0 0.81 0.25 126.32 0.82 0.41
Hex 13 BE 25 5A 0 51 19 7E 52 29
Octal 23 276 45 132 0 121 31 176 122 51
Binary 10011 10111110 100101 1011010 0 1010001 11001 1111110 1010010 101001

Color Harmonies of #13BE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BE25

Black with #13BE25

Text Example


Text Example

White with #13BE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13BE25; }

 p { color: rgb(19,190,37); }

 H1.HeaderClassName
 {
   color: #13BE25;
 }
 .AnyTagClassName
 {
   color: #13BE25;
 }
</style>

background-color css

<style>
 a { background-color: #13BE25; }

 a { background-color: rgb(19,190,37); }

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

border-color css

<style>
 span { border-color: #13BE25; }

 span { border-color: rgb(19,190,37); }

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