Html Css Color HEX #4BB85C Fruit Salad

📋 copy color: '#4BB85C'

red 75 ◦ green 184 ◦ blue 92

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

Shades of Fruit Salad #4BB85C

Tints of Fruit Salad #4BB85C

RGB

 RED value IS 75 (29.69% from 255) = 21.37%

 GREEN value IS 184 (72.27% from 255) = 52.42%

 BLUE value IS 92 (36.33% from 255) = 26.21%

R = 21.37%
G = 52.42%
B = 26.21%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#4BB85C (or 0x4BB85C) is known color: Fruit Salad. HEX triplet: 4B, B8 and 5C. RGB value is (75,184,92). Sum of RGB (Red+Green+Blue) = 75+184+92=351 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.37% from 351); Green value is 184 (72.27% from 255 or 52.42% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 184 - color contains mainly: green. Hex color #4BB85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB85C is #B447A3. Grayscale: #8D8D8D. Windows color (decimal): -11814820 or 6076491. OLE color: 6076491.

HSL color Cylindrical-coordinate representation of color #4BB85C: hue angle of 129.36º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB85C is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 75 184 92 -
CMYK 0.59 0 0.50 0.28
HSL 129.36º 0.43% 0.51% -
HSV(B) 129.36º 0.59% 0.72% -
XYZ 21.97 36.55 16.02 -
YUV 140.92 100.39 80.98 -
System Red Green Blue C M Y K H S L
Decimal 75 184 92 0.59 0 0.50 0.28 129.36 0.43 0.51
Hex 4B B8 5C 3B 0 32 1C 81 2B 33
Octal 113 270 134 73 0 62 34 201 53 63
Binary 1001011 10111000 1011100 111011 0 110010 11100 10000001 101011 110011

Color Harmonies of #4BB85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB85C

Black with #4BB85C

Text Example


Text Example

White with #4BB85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,184,92); }

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

background-color css

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

 a { background-color: rgb(75,184,92); }

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

border-color css

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

 span { border-color: rgb(75,184,92); }

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