Html Css Color HEX #05C714 Dark Pastel Green

📋 copy color: '#05C714'

red 5 ◦ green 199 ◦ blue 20

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

Shades of Dark Pastel Green #05C714

Tints of Dark Pastel Green #05C714

RGB

 RED value IS 5 (2.34% from 255) = 2.23%

 GREEN value IS 199 (78.13% from 255) = 88.84%

 BLUE value IS 20 (8.2% from 255) = 8.93%

R = 2.23%
G = 88.84%
B = 8.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#05C714 (or 0x05C714) is known color: Dark Pastel Green. HEX triplet: 05, C7 and 14. RGB value is (5,199,20). Sum of RGB (Red+Green+Blue) = 5+199+20=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 199 (78.12% from 255 or 88.84% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 199 - color contains mainly: green. Hex color #05C714 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C714 is #FA38EB. Grayscale: #797979. Windows color (decimal): -16398572 or 1361669. OLE color: 1361669.

HSL color Cylindrical-coordinate representation of color #05C714: hue angle of 124.64º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C714 is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 5 199 20 -
CMYK 0.97 0 0.90 0.22
HSL 124.64º 0.95% 0.4% -
HSV(B) 124.64º 0.97% 0.78% -
XYZ 20.61 40.93 7.48 -
YUV 120.59 71.23 45.55 -
System Red Green Blue C M Y K H S L
Decimal 5 199 20 0.97 0 0.90 0.22 124.64 0.95 0.4
Hex 5 C7 14 61 0 5A 16 7D 5F 28
Octal 5 307 24 141 0 132 26 175 137 50
Binary 101 11000111 10100 1100001 0 1011010 10110 1111101 1011111 101000

Color Harmonies of #05C714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C714

Black with #05C714

Text Example


Text Example

White with #05C714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05C714; }

 p { color: rgb(5,199,20); }

 H1.HeaderClassName
 {
   color: #05C714;
 }
 .AnyTagClassName
 {
   color: #05C714;
 }
</style>

background-color css

<style>
 a { background-color: #05C714; }

 a { background-color: rgb(5,199,20); }

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

border-color css

<style>
 span { border-color: #05C714; }

 span { border-color: rgb(5,199,20); }

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