Html Css Color HEX #4ACB53 Fruit Salad

📋 copy color: '#4ACB53'

red 74 ◦ green 203 ◦ blue 83

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

Shades of Fruit Salad #4ACB53

Tints of Fruit Salad #4ACB53

RGB

 RED value IS 74 (29.3% from 255) = 20.56%

 GREEN value IS 203 (79.69% from 255) = 56.39%

 BLUE value IS 83 (32.81% from 255) = 23.06%

R = 20.56%
G = 56.39%
B = 23.06%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#4ACB53 (or 0x4ACB53) is known color: Fruit Salad. HEX triplet: 4A, CB and 53. RGB value is (74,203,83). Sum of RGB (Red+Green+Blue) = 74+203+83=360 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.56% from 360); Green value is 203 (79.69% from 255 or 56.39% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACB53 is #B534AC. Grayscale: #979797. Windows color (decimal): -11875501 or 5491530. OLE color: 5491530.

HSL color Cylindrical-coordinate representation of color #4ACB53: hue angle of 124.19º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACB53 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB 74 203 83 -
CMYK 0.64 0 0.59 0.20
HSL 124.19º 0.55% 0.54% -
HSV(B) 124.19º 0.64% 0.8% -
XYZ 25.74 44.79 15.47 -
YUV 150.75 89.76 73.26 -
System Red Green Blue C M Y K H S L
Decimal 74 203 83 0.64 0 0.59 0.20 124.19 0.55 0.54
Hex 4A CB 53 40 0 3B 14 7C 37 36
Octal 112 313 123 100 0 73 24 174 67 66
Binary 1001010 11001011 1010011 1000000 0 111011 10100 1111100 110111 110110

Color Harmonies of #4ACB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACB53

Black with #4ACB53

Text Example


Text Example

White with #4ACB53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,203,83); }

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

background-color css

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

 a { background-color: rgb(74,203,83); }

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

border-color css

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

 span { border-color: rgb(74,203,83); }

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