Html Css Color HEX #5BDC5F Pastel Green

📋 copy color: '#5BDC5F'

red 91 ◦ green 220 ◦ blue 95

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

Shades of Pastel Green #5BDC5F

Tints of Pastel Green #5BDC5F

RGB

 RED value IS 91 (35.94% from 255) = 22.41%

 GREEN value IS 220 (86.33% from 255) = 54.19%

 BLUE value IS 95 (37.5% from 255) = 23.4%

R = 22.41%
G = 54.19%
B = 23.4%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#5BDC5F (or 0x5BDC5F) is known color: Pastel Green. HEX triplet: 5B, DC and 5F. RGB value is (91,220,95). Sum of RGB (Red+Green+Blue) = 91+220+95=406 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.41% from 406); Green value is 220 (86.33% from 255 or 54.19% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDC5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BDC5F is #A423A0. Grayscale: #A7A7A7. Windows color (decimal): -10757025 or 6282331. OLE color: 6282331.

HSL color Cylindrical-coordinate representation of color #5BDC5F: hue angle of 121.86º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDC5F is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 220 95 -
CMYK 0.59 0 0.57 0.14
HSL 121.86º 0.65% 0.61% -
HSV(B) 121.86º 0.59% 0.86% -
XYZ 31.97 54.24 19.61 -
YUV 167.18 87.26 73.66 -
System Red Green Blue C M Y K H S L
Decimal 91 220 95 0.59 0 0.57 0.14 121.86 0.65 0.61
Hex 5B DC 5F 3B 0 39 E 7A 41 3D
Octal 133 334 137 73 0 71 16 172 101 75
Binary 1011011 11011100 1011111 111011 0 111001 1110 1111010 1000001 111101

Color Harmonies of #5BDC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDC5F

Black with #5BDC5F

Text Example


Text Example

White with #5BDC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5BDC5F; }

 p { color: rgb(91,220,95); }

 H1.HeaderClassName
 {
   color: #5BDC5F;
 }
 .AnyTagClassName
 {
   color: #5BDC5F;
 }
</style>

background-color css

<style>
 a { background-color: #5BDC5F; }

 a { background-color: rgb(91,220,95); }

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

border-color css

<style>
 span { border-color: #5BDC5F; }

 span { border-color: rgb(91,220,95); }

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