Html Css Color HEX #13C83F Dark Pastel Green

📋 copy color: '#13C83F'

red 19 ◦ green 200 ◦ blue 63

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

Shades of Dark Pastel Green #13C83F

Tints of Dark Pastel Green #13C83F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 70.92%

 BLUE value IS 63 (25% from 255) = 22.34%

R = 6.74%
G = 70.92%
B = 22.34%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#13C83F (or 0x13C83F) is known color: Dark Pastel Green. HEX triplet: 13, C8 and 3F. RGB value is (19,200,63). Sum of RGB (Red+Green+Blue) = 19+200+63=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 200 (78.52% from 255 or 70.92% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 200 - color contains mainly: green. Hex color #13C83F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C83F is #EC37C0. Grayscale: #828282. Windows color (decimal): -15480769 or 4179987. OLE color: 4179987.

HSL color Cylindrical-coordinate representation of color #13C83F: hue angle of 134.59º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C83F is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 200 63 -
CMYK 0.90 0 0.68 0.22
HSL 134.59º 0.83% 0.43% -
HSV(B) 134.59º 0.91% 0.78% -
XYZ 21.82 41.81 11.62 -
YUV 130.26 90.03 48.64 -
System Red Green Blue C M Y K H S L
Decimal 19 200 63 0.90 0 0.68 0.22 134.59 0.83 0.43
Hex 13 C8 3F 5A 0 44 16 87 53 2B
Octal 23 310 77 132 0 104 26 207 123 53
Binary 10011 11001000 111111 1011010 0 1000100 10110 10000111 1010011 101011

Color Harmonies of #13C83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C83F

Black with #13C83F

Text Example


Text Example

White with #13C83F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,200,63); }

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

background-color css

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

 a { background-color: rgb(19,200,63); }

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

border-color css

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

 span { border-color: rgb(19,200,63); }

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