Html Css Color HEX #5ED068 Fern

📋 copy color: '#5ED068'

red 94 ◦ green 208 ◦ blue 104

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

Shades of Fern #5ED068

Tints of Fern #5ED068

RGB

 RED value IS 94 (37.11% from 255) = 23.15%

 GREEN value IS 208 (81.64% from 255) = 51.23%

 BLUE value IS 104 (41.02% from 255) = 25.62%

R = 23.15%
G = 51.23%
B = 25.62%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#5ED068 (or 0x5ED068) is known color: Fern. HEX triplet: 5E, D0 and 68. RGB value is (94,208,104). Sum of RGB (Red+Green+Blue) = 94+208+104=406 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.15% from 406); Green value is 208 (81.64% from 255 or 51.23% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED068 is #A12F97. Grayscale: #A2A2A2. Windows color (decimal): -10563480 or 6869086. OLE color: 6869086.

HSL color Cylindrical-coordinate representation of color #5ED068: hue angle of 125.26º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ED068 is Cyan = 0.55, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.

Color convert

RGB 94 208 104 -
CMYK 0.55 0 0.5 0.18
HSL 125.26º 0.55% 0.59% -
HSV(B) 125.26º 0.55% 0.82% -
XYZ 29.67 48.49 20.89 -
YUV 162.06 95.23 79.46 -
System Red Green Blue C M Y K H S L
Decimal 94 208 104 0.55 0 0.5 0.18 125.26 0.55 0.59
Hex 5E D0 68 37 0 32 12 7D 37 3B
Octal 136 320 150 67 0 62 22 175 67 73
Binary 1011110 11010000 1101000 110111 0 110010 10010 1111101 110111 111011

Color Harmonies of #5ED068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED068

Black with #5ED068

Text Example


Text Example

White with #5ED068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,208,104); }

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

background-color css

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

 a { background-color: rgb(94,208,104); }

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

border-color css

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

 span { border-color: rgb(94,208,104); }

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