Html Css Color HEX #05BD3B Dark Pastel Green

📋 copy color: '#05BD3B'

red 5 ◦ green 189 ◦ blue 59

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

Shades of Dark Pastel Green #05BD3B

Tints of Dark Pastel Green #05BD3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.32%

R = 1.98%
G = 74.7%
B = 23.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#05BD3B (or 0x05BD3B) is known color: Dark Pastel Green. HEX triplet: 05, BD and 3B. RGB value is (5,189,59). Sum of RGB (Red+Green+Blue) = 5+189+59=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 189 (74.22% from 255 or 74.70% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 189 - color contains mainly: green. Hex color #05BD3B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05BD3B is #FA42C4. Grayscale: #777777. Windows color (decimal): -16401093 or 3915013. OLE color: 3915013.

HSL color Cylindrical-coordinate representation of color #05BD3B: hue angle of 137.61º 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 #05BD3B is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 189 59 -
CMYK 0.97 0 0.69 0.26
HSL 137.61º 0.95% 0.38% -
HSV(B) 137.61º 0.97% 0.74% -
XYZ 19.05 36.74 10.23 -
YUV 119.16 94.04 46.57 -
System Red Green Blue C M Y K H S L
Decimal 5 189 59 0.97 0 0.69 0.26 137.61 0.95 0.38
Hex 5 BD 3B 61 0 45 1A 8A 5F 26
Octal 5 275 73 141 0 105 32 212 137 46
Binary 101 10111101 111011 1100001 0 1000101 11010 10001010 1011111 100110

Color Harmonies of #05BD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BD3B

Black with #05BD3B

Text Example


Text Example

White with #05BD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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