Html Css Color HEX #4ABC45 Fruit Salad

📋 copy color: '#4ABC45'

red 74 ◦ green 188 ◦ blue 69

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

Shades of Fruit Salad #4ABC45

Tints of Fruit Salad #4ABC45

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.8%

 BLUE value IS 69 (27.34% from 255) = 20.85%

R = 22.36%
G = 56.8%
B = 20.85%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#4ABC45 (or 0x4ABC45) is known color: Fruit Salad. HEX triplet: 4A, BC and 45. RGB value is (74,188,69). Sum of RGB (Red+Green+Blue) = 74+188+69=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABC45 is #B543BA. Grayscale: #8C8C8C. Windows color (decimal): -11879355 or 4570186. OLE color: 4570186.

HSL color Cylindrical-coordinate representation of color #4ABC45: hue angle of 117.48º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ABC45 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 188 69 -
CMYK 0.61 0 0.63 0.26
HSL 117.48º 0.47% 0.5% -
HSV(B) 117.48º 0.63% 0.74% -
XYZ 21.88 37.85 11.78 -
YUV 140.35 87.73 80.68 -
System Red Green Blue C M Y K H S L
Decimal 74 188 69 0.61 0 0.63 0.26 117.48 0.47 0.5
Hex 4A BC 45 3D 0 3F 1A 75 2F 32
Octal 112 274 105 75 0 77 32 165 57 62
Binary 1001010 10111100 1000101 111101 0 111111 11010 1110101 101111 110010

Color Harmonies of #4ABC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABC45

Black with #4ABC45

Text Example


Text Example

White with #4ABC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,188,69); }

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

background-color css

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

 a { background-color: rgb(74,188,69); }

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

border-color css

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

 span { border-color: rgb(74,188,69); }

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