Html Css Color HEX #42A852 Fruit Salad

📋 copy color: '#42A852'

red 66 ◦ green 168 ◦ blue 82

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

Shades of Fruit Salad #42A852

Tints of Fruit Salad #42A852

RGB

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

 GREEN value IS 168 (66.02% from 255) = 53.16%

 BLUE value IS 82 (32.42% from 255) = 25.95%

R = 20.89%
G = 53.16%
B = 25.95%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#42A852 (or 0x42A852) is known color: Fruit Salad. HEX triplet: 42, A8 and 52. RGB value is (66,168,82). Sum of RGB (Red+Green+Blue) = 66+168+82=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 168 (66.02% from 255 or 53.16% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 168 - color contains mainly: green. Hex color #42A852 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A852 is #BD57AD. Grayscale: #7F7F7F. Windows color (decimal): -12408750 or 5417026. OLE color: 5417026.

HSL color Cylindrical-coordinate representation of color #42A852: hue angle of 129.41º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42A852 is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 66 168 82 -
CMYK 0.61 0 0.51 0.34
HSL 129.41º 0.44% 0.46% -
HSV(B) 129.41º 0.61% 0.66% -
XYZ 17.77 29.77 12.79 -
YUV 127.7 102.21 83.99 -
System Red Green Blue C M Y K H S L
Decimal 66 168 82 0.61 0 0.51 0.34 129.41 0.44 0.46
Hex 42 A8 52 3D 0 33 22 81 2C 2E
Octal 102 250 122 75 0 63 42 201 54 56
Binary 1000010 10101000 1010010 111101 0 110011 100010 10000001 101100 101110

Color Harmonies of #42A852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A852

Black with #42A852

Text Example


Text Example

White with #42A852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,168,82); }

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

background-color css

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

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

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

border-color css

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

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

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