Html Css Color HEX #42A74D Fruit Salad

📋 copy color: '#42A74D'

red 66 ◦ green 167 ◦ blue 77

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

Shades of Fruit Salad #42A74D

Tints of Fruit Salad #42A74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.84%

R = 21.29%
G = 53.87%
B = 24.84%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#42A74D (or 0x42A74D) is known color: Fruit Salad. HEX triplet: 42, A7 and 4D. RGB value is (66,167,77). Sum of RGB (Red+Green+Blue) = 66+167+77=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 167 (65.62% from 255 or 53.87% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 167 - color contains mainly: green. Hex color #42A74D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A74D is #BD58B2. Grayscale: #7E7E7E. Windows color (decimal): -12409011 or 5089090. OLE color: 5089090.

HSL color Cylindrical-coordinate representation of color #42A74D: hue angle of 126.53º 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 #42A74D is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 167 77 -
CMYK 0.60 0 0.54 0.35
HSL 126.53º 0.43% 0.46% -
HSV(B) 126.53º 0.6% 0.65% -
XYZ 17.41 29.33 11.77 -
YUV 126.54 100.04 84.82 -
System Red Green Blue C M Y K H S L
Decimal 66 167 77 0.60 0 0.54 0.35 126.53 0.43 0.46
Hex 42 A7 4D 3C 0 36 23 7F 2B 2E
Octal 102 247 115 74 0 66 43 177 53 56
Binary 1000010 10100111 1001101 111100 0 110110 100011 1111111 101011 101110

Color Harmonies of #42A74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A74D

Black with #42A74D

Text Example


Text Example

White with #42A74D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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