Html Css Color HEX #42A74F Fruit Salad

📋 copy color: '#42A74F'

red 66 ◦ green 167 ◦ blue 79

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

Shades of Fruit Salad #42A74F

Tints of Fruit Salad #42A74F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 53.53%

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

R = 21.15%
G = 53.53%
B = 25.32%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#42A74F (or 0x42A74F) is known color: Fruit Salad. HEX triplet: 42, A7 and 4F. RGB value is (66,167,79). Sum of RGB (Red+Green+Blue) = 66+167+79=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 167 (65.62% from 255 or 53.53% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 167 - color contains mainly: green. Hex color #42A74F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A74F is #BD58B0. Grayscale: #7F7F7F. Windows color (decimal): -12409009 or 5220162. OLE color: 5220162.

HSL color Cylindrical-coordinate representation of color #42A74F: hue angle of 127.72º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A74F is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 167 79 -
CMYK 0.60 0 0.53 0.35
HSL 127.72º 0.43% 0.46% -
HSV(B) 127.72º 0.6% 0.65% -
XYZ 17.48 29.36 12.14 -
YUV 126.77 101.04 84.66 -
System Red Green Blue C M Y K H S L
Decimal 66 167 79 0.60 0 0.53 0.35 127.72 0.43 0.46
Hex 42 A7 4F 3C 0 35 23 80 2B 2E
Octal 102 247 117 74 0 65 43 200 53 56
Binary 1000010 10100111 1001111 111100 0 110101 100011 10000000 101011 101110

Color Harmonies of #42A74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A74F

Black with #42A74F

Text Example


Text Example

White with #42A74F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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