Html Css Color HEX #42A73D Fruit Salad

📋 copy color: '#42A73D'

red 66 ◦ green 167 ◦ blue 61

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

Shades of Fruit Salad #42A73D

Tints of Fruit Salad #42A73D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.75%

R = 22.45%
G = 56.8%
B = 20.75%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#42A73D (or 0x42A73D) is known color: Fruit Salad. HEX triplet: 42, A7 and 3D. RGB value is (66,167,61). Sum of RGB (Red+Green+Blue) = 66+167+61=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 167 (65.62% from 255 or 56.80% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 167 - color contains mainly: green. Hex color #42A73D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A73D is #BD58C2. Grayscale: #7D7D7D. Windows color (decimal): -12409027 or 4040514. OLE color: 4040514.

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

Color convert

RGB 66 167 61 -
CMYK 0.60 0 0.63 0.35
HSL 117.17º 0.46% 0.45% -
HSV(B) 117.17º 0.63% 0.65% -
XYZ 16.91 29.13 9.15 -
YUV 124.72 92.04 86.12 -
System Red Green Blue C M Y K H S L
Decimal 66 167 61 0.60 0 0.63 0.35 117.17 0.46 0.45
Hex 42 A7 3D 3C 0 3F 23 75 2E 2D
Octal 102 247 75 74 0 77 43 165 56 55
Binary 1000010 10100111 111101 111100 0 111111 100011 1110101 101110 101101

Color Harmonies of #42A73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A73D

Black with #42A73D

Text Example


Text Example

White with #42A73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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