Html Css Color HEX #05BF4A Dark Pastel Green

📋 copy color: '#05BF4A'

red 5 ◦ green 191 ◦ blue 74

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

Shades of Dark Pastel Green #05BF4A

Tints of Dark Pastel Green #05BF4A

RGB

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

 GREEN value IS 191 (75% from 255) = 70.74%

 BLUE value IS 74 (29.3% from 255) = 27.41%

R = 1.85%
G = 70.74%
B = 27.41%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#05BF4A (or 0x05BF4A) is known color: Dark Pastel Green. HEX triplet: 05, BF and 4A. RGB value is (5,191,74). Sum of RGB (Red+Green+Blue) = 5+191+74=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 191 (75% from 255 or 70.74% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 191 - color contains mainly: green. Hex color #05BF4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05BF4A is #FA40B5. Grayscale: #7A7A7A. Windows color (decimal): -16400566 or 4898565. OLE color: 4898565.

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

Color convert

RGB 5 191 74 -
CMYK 0.97 0 0.61 0.25
HSL 142.26º 0.95% 0.38% -
HSV(B) 142.26º 0.97% 0.75% -
XYZ 19.93 37.79 12.72 -
YUV 122.05 100.88 44.51 -
System Red Green Blue C M Y K H S L
Decimal 5 191 74 0.97 0 0.61 0.25 142.26 0.95 0.38
Hex 5 BF 4A 61 0 3D 19 8E 5F 26
Octal 5 277 112 141 0 75 31 216 137 46
Binary 101 10111111 1001010 1100001 0 111101 11001 10001110 1011111 100110

Color Harmonies of #05BF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BF4A

Black with #05BF4A

Text Example


Text Example

White with #05BF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,191,74); }

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

background-color css

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

 a { background-color: rgb(5,191,74); }

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

border-color css

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

 span { border-color: rgb(5,191,74); }

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