Html Css Color HEX #42AD42 Fruit Salad

📋 copy color: '#42AD42'

red 66 ◦ green 173 ◦ blue 66

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

Shades of Fruit Salad #42AD42

Tints of Fruit Salad #42AD42

RGB

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

 GREEN value IS 173 (67.97% from 255) = 56.72%

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

R = 21.64%
G = 56.72%
B = 21.64%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#42AD42 (or 0x42AD42) is known color: Fruit Salad. HEX triplet: 42, AD and 42. RGB value is (66,173,66). Sum of RGB (Red+Green+Blue) = 66+173+66=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 173 (67.97% from 255 or 56.72% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AD42 is #BD52BD. Grayscale: #818181. Windows color (decimal): -12407486 or 4369730. OLE color: 4369730.

HSL color Cylindrical-coordinate representation of color #42AD42: hue angle of 120º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AD42 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 173 66 -
CMYK 0.62 0 0.62 0.32
HSL 120º 0.45% 0.47% -
HSV(B) 120º 0.62% 0.68% -
XYZ 18.17 31.44 10.26 -
YUV 128.81 92.55 83.2 -
System Red Green Blue C M Y K H S L
Decimal 66 173 66 0.62 0 0.62 0.32 120 0.45 0.47
Hex 42 AD 42 3E 0 3E 20 78 2D 2F
Octal 102 255 102 76 0 76 40 170 55 57
Binary 1000010 10101101 1000010 111110 0 111110 100000 1111000 101101 101111

Color Harmonies of #42AD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AD42

Black with #42AD42

Text Example


Text Example

White with #42AD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,173,66); }

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

background-color css

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

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

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

border-color css

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

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

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