Html Css Color HEX #05BD38 Dark Pastel Green

📋 copy color: '#05BD38'

red 5 ◦ green 189 ◦ blue 56

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

Shades of Dark Pastel Green #05BD38

Tints of Dark Pastel Green #05BD38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.4%

R = 2%
G = 75.6%
B = 22.4%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#05BD38 (or 0x05BD38) is known color: Dark Pastel Green. HEX triplet: 05, BD and 38. RGB value is (5,189,56). Sum of RGB (Red+Green+Blue) = 5+189+56=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 189 (74.22% from 255 or 75.6% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 189 - color contains mainly: green. Hex color #05BD38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05BD38 is #FA42C7. Grayscale: #777777. Windows color (decimal): -16401096 or 3718405. OLE color: 3718405.

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

Color convert

RGB 5 189 56 -
CMYK 0.97 0 0.70 0.26
HSL 136.63º 0.95% 0.38% -
HSV(B) 136.63º 0.97% 0.74% -
XYZ 18.97 36.71 9.83 -
YUV 118.82 92.54 46.81 -
System Red Green Blue C M Y K H S L
Decimal 5 189 56 0.97 0 0.70 0.26 136.63 0.95 0.38
Hex 5 BD 38 61 0 46 1A 89 5F 26
Octal 5 275 70 141 0 106 32 211 137 46
Binary 101 10111101 111000 1100001 0 1000110 11010 10001001 1011111 100110

Color Harmonies of #05BD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BD38

Black with #05BD38

Text Example


Text Example

White with #05BD38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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