Html Css Color HEX #42AC52 Fruit Salad

📋 copy color: '#42AC52'

red 66 ◦ green 172 ◦ blue 82

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

Shades of Fruit Salad #42AC52

Tints of Fruit Salad #42AC52

RGB

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

 GREEN value IS 172 (67.58% from 255) = 53.75%

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

R = 20.63%
G = 53.75%
B = 25.63%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#42AC52 (or 0x42AC52) is known color: Fruit Salad. HEX triplet: 42, AC and 52. RGB value is (66,172,82). Sum of RGB (Red+Green+Blue) = 66+172+82=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AC52 is #BD53AD. Grayscale: #828282. Windows color (decimal): -12407726 or 5418050. OLE color: 5418050.

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

Color convert

RGB 66 172 82 -
CMYK 0.62 0 0.52 0.33
HSL 129.06º 0.45% 0.47% -
HSV(B) 129.06º 0.62% 0.67% -
XYZ 18.52 31.27 13.04 -
YUV 130.05 100.88 82.32 -
System Red Green Blue C M Y K H S L
Decimal 66 172 82 0.62 0 0.52 0.33 129.06 0.45 0.47
Hex 42 AC 52 3E 0 34 21 81 2D 2F
Octal 102 254 122 76 0 64 41 201 55 57
Binary 1000010 10101100 1010010 111110 0 110100 100001 10000001 101101 101111

Color Harmonies of #42AC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AC52

Black with #42AC52

Text Example


Text Example

White with #42AC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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