Html Css Color HEX #4ABF44 Fruit Salad

📋 copy color: '#4ABF44'

red 74 ◦ green 191 ◦ blue 68

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

Shades of Fruit Salad #4ABF44

Tints of Fruit Salad #4ABF44

RGB

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

 GREEN value IS 191 (75% from 255) = 57.36%

 BLUE value IS 68 (26.95% from 255) = 20.42%

R = 22.22%
G = 57.36%
B = 20.42%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#4ABF44 (or 0x4ABF44) is known color: Fruit Salad. HEX triplet: 4A, BF and 44. RGB value is (74,191,68). Sum of RGB (Red+Green+Blue) = 74+191+68=333 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.22% from 333); Green value is 191 (75% from 255 or 57.36% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABF44 is #B540BB. Grayscale: #8E8E8E. Windows color (decimal): -11878588 or 4505418. OLE color: 4505418.

HSL color Cylindrical-coordinate representation of color #4ABF44: hue angle of 117.07º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ABF44 is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 191 68 -
CMYK 0.61 0 0.64 0.25
HSL 117.07º 0.49% 0.51% -
HSV(B) 117.07º 0.64% 0.75% -
XYZ 22.5 39.13 11.84 -
YUV 142 86.24 79.5 -
System Red Green Blue C M Y K H S L
Decimal 74 191 68 0.61 0 0.64 0.25 117.07 0.49 0.51
Hex 4A BF 44 3D 0 40 19 75 31 33
Octal 112 277 104 75 0 100 31 165 61 63
Binary 1001010 10111111 1000100 111101 0 1000000 11001 1110101 110001 110011

Color Harmonies of #4ABF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABF44

Black with #4ABF44

Text Example


Text Example

White with #4ABF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,191,68); }

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

background-color css

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

 a { background-color: rgb(74,191,68); }

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

border-color css

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

 span { border-color: rgb(74,191,68); }

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