Html Css Color HEX #42AC34 Fruit Salad

📋 copy color: '#42AC34'

red 66 ◦ green 172 ◦ blue 52

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

Shades of Fruit Salad #42AC34

Tints of Fruit Salad #42AC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.93%

R = 22.76%
G = 59.31%
B = 17.93%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#42AC34 (or 0x42AC34) is known color: Fruit Salad. HEX triplet: 42, AC and 34. RGB value is (66,172,52). Sum of RGB (Red+Green+Blue) = 66+172+52=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 172 (67.58% from 255 or 59.31% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AC34 is #BD53CB. Grayscale: #7E7E7E. Windows color (decimal): -12407756 or 3451970. OLE color: 3451970.

HSL color Cylindrical-coordinate representation of color #42AC34: hue angle of 113º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42AC34 is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 172 52 -
CMYK 0.62 0 0.70 0.33
HSL 113º 0.54% 0.44% -
HSV(B) 113º 0.7% 0.67% -
XYZ 17.62 30.91 8.29 -
YUV 126.63 85.88 84.76 -
System Red Green Blue C M Y K H S L
Decimal 66 172 52 0.62 0 0.70 0.33 113 0.54 0.44
Hex 42 AC 34 3E 0 46 21 71 36 2C
Octal 102 254 64 76 0 106 41 161 66 54
Binary 1000010 10101100 110100 111110 0 1000110 100001 1110001 110110 101100

Color Harmonies of #42AC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AC34

Black with #42AC34

Text Example


Text Example

White with #42AC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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