Html Css Color HEX #42AB42 Fruit Salad

📋 copy color: '#42AB42'

red 66 ◦ green 171 ◦ blue 66

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

Shades of Fruit Salad #42AB42

Tints of Fruit Salad #42AB42

RGB

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

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

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

R = 21.78%
G = 56.44%
B = 21.78%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#42AB42 (or 0x42AB42) is known color: Fruit Salad. HEX triplet: 42, AB and 42. RGB value is (66,171,66). Sum of RGB (Red+Green+Blue) = 66+171+66=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AB42 is #BD54BD. Grayscale: #7F7F7F. Windows color (decimal): -12407998 or 4369218. OLE color: 4369218.

HSL color Cylindrical-coordinate representation of color #42AB42: hue angle of 120º 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 #42AB42 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 171 66 -
CMYK 0.61 0 0.61 0.33
HSL 120º 0.44% 0.46% -
HSV(B) 120º 0.61% 0.67% -
XYZ 17.79 30.68 10.14 -
YUV 127.64 93.21 84.04 -
System Red Green Blue C M Y K H S L
Decimal 66 171 66 0.61 0 0.61 0.33 120 0.44 0.46
Hex 42 AB 42 3D 0 3D 21 78 2C 2E
Octal 102 253 102 75 0 75 41 170 54 56
Binary 1000010 10101011 1000010 111101 0 111101 100001 1111000 101100 101110

Color Harmonies of #42AB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AB42

Black with #42AB42

Text Example


Text Example

White with #42AB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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