Html Css Color HEX #42AA53 Fruit Salad

📋 copy color: '#42AA53'

red 66 ◦ green 170 ◦ blue 83

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

Shades of Fruit Salad #42AA53

Tints of Fruit Salad #42AA53

RGB

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

 GREEN value IS 170 (66.8% from 255) = 53.29%

 BLUE value IS 83 (32.81% from 255) = 26.02%

R = 20.69%
G = 53.29%
B = 26.02%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#42AA53 (or 0x42AA53) is known color: Fruit Salad. HEX triplet: 42, AA and 53. RGB value is (66,170,83). Sum of RGB (Red+Green+Blue) = 66+170+83=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AA53 is #BD55AC. Grayscale: #818181. Windows color (decimal): -12408237 or 5483074. OLE color: 5483074.

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

Color convert

RGB 66 170 83 -
CMYK 0.61 0 0.51 0.33
HSL 129.81º 0.44% 0.46% -
HSV(B) 129.81º 0.61% 0.67% -
XYZ 18.18 30.53 13.12 -
YUV 128.99 102.04 83.07 -
System Red Green Blue C M Y K H S L
Decimal 66 170 83 0.61 0 0.51 0.33 129.81 0.44 0.46
Hex 42 AA 53 3D 0 33 21 82 2C 2E
Octal 102 252 123 75 0 63 41 202 54 56
Binary 1000010 10101010 1010011 111101 0 110011 100001 10000010 101100 101110

Color Harmonies of #42AA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AA53

Black with #42AA53

Text Example


Text Example

White with #42AA53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,170,83); }

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

background-color css

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

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

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

border-color css

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

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

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