Html Css Color HEX #42AB4F Fruit Salad

📋 copy color: '#42AB4F'

red 66 ◦ green 171 ◦ blue 79

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

Shades of Fruit Salad #42AB4F

Tints of Fruit Salad #42AB4F

RGB

 RED value IS 66 (26.17% from 255) = 20.89%

 GREEN value IS 171 (67.19% from 255) = 54.11%

 BLUE value IS 79 (31.25% from 255) = 25%

R = 20.89%
G = 54.11%
B = 25%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#42AB4F (or 0x42AB4F) is known color: Fruit Salad. HEX triplet: 42, AB and 4F. RGB value is (66,171,79). Sum of RGB (Red+Green+Blue) = 66+171+79=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AB4F is #BD54B0. Grayscale: #818181. Windows color (decimal): -12407985 or 5221186. OLE color: 5221186.

HSL color Cylindrical-coordinate representation of color #42AB4F: hue angle of 127.43º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42AB4F is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 171 79 -
CMYK 0.61 0 0.54 0.33
HSL 127.43º 0.44% 0.46% -
HSV(B) 127.43º 0.61% 0.67% -
XYZ 18.22 30.85 12.39 -
YUV 129.12 99.71 82.98 -
System Red Green Blue C M Y K H S L
Decimal 66 171 79 0.61 0 0.54 0.33 127.43 0.44 0.46
Hex 42 AB 4F 3D 0 36 21 7F 2C 2E
Octal 102 253 117 75 0 66 41 177 54 56
Binary 1000010 10101011 1001111 111101 0 110110 100001 1111111 101100 101110

Color Harmonies of #42AB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AB4F

Black with #42AB4F

Text Example


Text Example

White with #42AB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42AB4F; }

 p { color: rgb(66,171,79); }

 H1.HeaderClassName
 {
   color: #42AB4F;
 }
 .AnyTagClassName
 {
   color: #42AB4F;
 }
</style>

background-color css

<style>
 a { background-color: #42AB4F; }

 a { background-color: rgb(66,171,79); }

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

border-color css

<style>
 span { border-color: #42AB4F; }

 span { border-color: rgb(66,171,79); }

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