Html Css Color HEX #5DF28C Pastel Green

📋 copy color: '#5DF28C'

red 93 ◦ green 242 ◦ blue 140

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

Shades of Pastel Green #5DF28C

Tints of Pastel Green #5DF28C

RGB

 RED value IS 93 (36.72% from 255) = 19.58%

 GREEN value IS 242 (94.92% from 255) = 50.95%

 BLUE value IS 140 (55.08% from 255) = 29.47%

R = 19.58%
G = 50.95%
B = 29.47%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#5DF28C (or 0x5DF28C) is known color: Pastel Green. HEX triplet: 5D, F2 and 8C. RGB value is (93,242,140). Sum of RGB (Red+Green+Blue) = 93+242+140=475 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.58% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #5DF28C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF28C is #A20D73. Grayscale: #BABABA. Windows color (decimal): -10620276 or 9237085. OLE color: 9237085.

HSL color Cylindrical-coordinate representation of color #5DF28C: hue angle of 138.93º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF28C is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 93 242 140 -
CMYK 0.62 0 0.42 0.05
HSL 138.93º 0.85% 0.66% -
HSV(B) 138.93º 0.62% 0.95% -
XYZ 41 67.72 35.72 -
YUV 185.82 102.14 61.79 -
System Red Green Blue C M Y K H S L
Decimal 93 242 140 0.62 0 0.42 0.05 138.93 0.85 0.66
Hex 5D F2 8C 3E 0 2A 5 8B 55 42
Octal 135 362 214 76 0 52 5 213 125 102
Binary 1011101 11110010 10001100 111110 0 101010 101 10001011 1010101 1000010

Color Harmonies of #5DF28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DF28C

Black with #5DF28C

Text Example


Text Example

White with #5DF28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,242,140); }

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

background-color css

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

 a { background-color: rgb(93,242,140); }

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

border-color css

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

 span { border-color: rgb(93,242,140); }

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