Html Css Color HEX #4DD058 Fern

📋 copy color: '#4DD058'

red 77 ◦ green 208 ◦ blue 88

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

Shades of Fern #4DD058

Tints of Fern #4DD058

RGB

 RED value IS 77 (30.47% from 255) = 20.64%

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

 BLUE value IS 88 (34.77% from 255) = 23.59%

R = 20.64%
G = 55.76%
B = 23.59%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#4DD058 (or 0x4DD058) is known color: Fern. HEX triplet: 4D, D0 and 58. RGB value is (77,208,88). Sum of RGB (Red+Green+Blue) = 77+208+88=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 208 (81.64% from 255 or 55.76% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD058 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD058 is #B22FA7. Grayscale: #9B9B9B. Windows color (decimal): -11677608 or 5820493. OLE color: 5820493.

HSL color Cylindrical-coordinate representation of color #4DD058: hue angle of 125.04º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DD058 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB 77 208 88 -
CMYK 0.63 0 0.58 0.18
HSL 125.04º 0.58% 0.56% -
HSV(B) 125.04º 0.63% 0.82% -
XYZ 27.38 47.39 16.94 -
YUV 155.15 90.1 72.26 -
System Red Green Blue C M Y K H S L
Decimal 77 208 88 0.63 0 0.58 0.18 125.04 0.58 0.56
Hex 4D D0 58 3F 0 3A 12 7D 3A 38
Octal 115 320 130 77 0 72 22 175 72 70
Binary 1001101 11010000 1011000 111111 0 111010 10010 1111101 111010 111000

Color Harmonies of #4DD058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD058

Black with #4DD058

Text Example


Text Example

White with #4DD058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4DD058; }

 p { color: rgb(77,208,88); }

 H1.HeaderClassName
 {
   color: #4DD058;
 }
 .AnyTagClassName
 {
   color: #4DD058;
 }
</style>

background-color css

<style>
 a { background-color: #4DD058; }

 a { background-color: rgb(77,208,88); }

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

border-color css

<style>
 span { border-color: #4DD058; }

 span { border-color: rgb(77,208,88); }

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