Html Css Color HEX #5FF38C Pastel Green

📋 copy color: '#5FF38C'

red 95 ◦ green 243 ◦ blue 140

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

Shades of Pastel Green #5FF38C

Tints of Pastel Green #5FF38C

RGB

 RED value IS 95 (37.5% from 255) = 19.87%

 GREEN value IS 243 (95.31% from 255) = 50.84%

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

R = 19.87%
G = 50.84%
B = 29.29%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#5FF38C (or 0x5FF38C) is known color: Pastel Green. HEX triplet: 5F, F3 and 8C. RGB value is (95,243,140). Sum of RGB (Red+Green+Blue) = 95+243+140=478 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.87% from 478); Green value is 243 (95.31% from 255 or 50.84% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 243 - color contains mainly: green. Hex color #5FF38C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF38C is #A00C73. Grayscale: #BBBBBB. Windows color (decimal): -10488948 or 9237343. OLE color: 9237343.

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

Color convert

RGB 95 243 140 -
CMYK 0.61 0 0.42 0.05
HSL 138.24º 0.86% 0.66% -
HSV(B) 138.24º 0.61% 0.95% -
XYZ 41.5 68.43 35.83 -
YUV 187.01 101.47 62.38 -
System Red Green Blue C M Y K H S L
Decimal 95 243 140 0.61 0 0.42 0.05 138.24 0.86 0.66
Hex 5F F3 8C 3D 0 2A 5 8A 56 42
Octal 137 363 214 75 0 52 5 212 126 102
Binary 1011111 11110011 10001100 111101 0 101010 101 10001010 1010110 1000010

Color Harmonies of #5FF38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF38C

Black with #5FF38C

Text Example


Text Example

White with #5FF38C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,243,140); }

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

background-color css

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

 a { background-color: rgb(95,243,140); }

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

border-color css

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

 span { border-color: rgb(95,243,140); }

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