Html Css Color HEX #4ABC42 Fruit Salad

📋 copy color: '#4ABC42'

red 74 ◦ green 188 ◦ blue 66

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

Shades of Fruit Salad #4ABC42

Tints of Fruit Salad #4ABC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.12%

R = 22.56%
G = 57.32%
B = 20.12%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#4ABC42 (or 0x4ABC42) is known color: Fruit Salad. HEX triplet: 4A, BC and 42. RGB value is (74,188,66). Sum of RGB (Red+Green+Blue) = 74+188+66=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABC42 is #B543BD. Grayscale: #8C8C8C. Windows color (decimal): -11879358 or 4373578. OLE color: 4373578.

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

Color convert

RGB 74 188 66 -
CMYK 0.61 0 0.65 0.26
HSL 116.07º 0.48% 0.5% -
HSV(B) 116.07º 0.65% 0.74% -
XYZ 21.79 37.82 11.3 -
YUV 140.01 86.23 80.92 -
System Red Green Blue C M Y K H S L
Decimal 74 188 66 0.61 0 0.65 0.26 116.07 0.48 0.5
Hex 4A BC 42 3D 0 41 1A 74 30 32
Octal 112 274 102 75 0 101 32 164 60 62
Binary 1001010 10111100 1000010 111101 0 1000001 11010 1110100 110000 110010

Color Harmonies of #4ABC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABC42

Black with #4ABC42

Text Example


Text Example

White with #4ABC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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