Html Css Color HEX #4E9952 Fruit Salad

📋 copy color: '#4E9952'

red 78 ◦ green 153 ◦ blue 82

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

Shades of Fruit Salad #4E9952

Tints of Fruit Salad #4E9952

RGB

 RED value IS 78 (30.86% from 255) = 24.92%

 GREEN value IS 153 (60.16% from 255) = 48.88%

 BLUE value IS 82 (32.42% from 255) = 26.2%

R = 24.92%
G = 48.88%
B = 26.2%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#4E9952 (or 0x4E9952) is known color: Fruit Salad. HEX triplet: 4E, 99 and 52. RGB value is (78,153,82). Sum of RGB (Red+Green+Blue) = 78+153+82=313 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.92% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #4E9952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9952 is #B166AD. Grayscale: #7A7A7A. Windows color (decimal): -11626158 or 5413198. OLE color: 5413198.

HSL color Cylindrical-coordinate representation of color #4E9952: hue angle of 123.2º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E9952 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB 78 153 82 -
CMYK 0.49 0 0.46 0.4
HSL 123.2º 0.32% 0.45% -
HSV(B) 123.2º 0.49% 0.6% -
XYZ 16.06 25.01 11.96 -
YUV 122.48 105.15 96.27 -
System Red Green Blue C M Y K H S L
Decimal 78 153 82 0.49 0 0.46 0.4 123.2 0.32 0.45
Hex 4E 99 52 31 0 2E 28 7B 20 2D
Octal 116 231 122 61 0 56 50 173 40 55
Binary 1001110 10011001 1010010 110001 0 101110 101000 1111011 100000 101101

Color Harmonies of #4E9952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9952

Black with #4E9952

Text Example


Text Example

White with #4E9952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,153,82); }

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

background-color css

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

 a { background-color: rgb(78,153,82); }

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

border-color css

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

 span { border-color: rgb(78,153,82); }

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