Html Css Color HEX #05BD3E Dark Pastel Green

📋 copy color: '#05BD3E'

red 5 ◦ green 189 ◦ blue 62

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

Shades of Dark Pastel Green #05BD3E

Tints of Dark Pastel Green #05BD3E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 73.83%

 BLUE value IS 62 (24.61% from 255) = 24.22%

R = 1.95%
G = 73.83%
B = 24.22%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#05BD3E (or 0x05BD3E) is known color: Dark Pastel Green. HEX triplet: 05, BD and 3E. RGB value is (5,189,62). Sum of RGB (Red+Green+Blue) = 5+189+62=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 189 (74.22% from 255 or 73.83% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 189 - color contains mainly: green. Hex color #05BD3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05BD3E is #FA42C1. Grayscale: #777777. Windows color (decimal): -16401090 or 4111621. OLE color: 4111621.

HSL color Cylindrical-coordinate representation of color #05BD3E: hue angle of 138.59º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BD3E is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 189 62 -
CMYK 0.97 0 0.67 0.26
HSL 138.59º 0.95% 0.38% -
HSV(B) 138.59º 0.97% 0.74% -
XYZ 19.13 36.78 10.65 -
YUV 119.51 95.54 46.33 -
System Red Green Blue C M Y K H S L
Decimal 5 189 62 0.97 0 0.67 0.26 138.59 0.95 0.38
Hex 5 BD 3E 61 0 43 1A 8B 5F 26
Octal 5 275 76 141 0 103 32 213 137 46
Binary 101 10111101 111110 1100001 0 1000011 11010 10001011 1011111 100110

Color Harmonies of #05BD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BD3E

Black with #05BD3E

Text Example


Text Example

White with #05BD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,189,62); }

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

background-color css

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

 a { background-color: rgb(5,189,62); }

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

border-color css

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

 span { border-color: rgb(5,189,62); }

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