Html Css Color HEX #42B340 Fruit Salad

📋 copy color: '#42B340'

red 66 ◦ green 179 ◦ blue 64

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

Shades of Fruit Salad #42B340

Tints of Fruit Salad #42B340

RGB

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

 GREEN value IS 179 (70.31% from 255) = 57.93%

 BLUE value IS 64 (25.39% from 255) = 20.71%

R = 21.36%
G = 57.93%
B = 20.71%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#42B340 (or 0x42B340) is known color: Fruit Salad. HEX triplet: 42, B3 and 40. RGB value is (66,179,64). Sum of RGB (Red+Green+Blue) = 66+179+64=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 179 (70.31% from 255 or 57.93% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 179 - color contains mainly: green. Hex color #42B340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B340 is #BD4CBF. Grayscale: #848484. Windows color (decimal): -12405952 or 4240194. OLE color: 4240194.

HSL color Cylindrical-coordinate representation of color #42B340: hue angle of 118.96º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B340 is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 179 64 -
CMYK 0.63 0 0.64 0.30
HSL 118.96º 0.47% 0.48% -
HSV(B) 118.96º 0.64% 0.7% -
XYZ 19.29 33.77 10.35 -
YUV 132.1 89.56 80.85 -
System Red Green Blue C M Y K H S L
Decimal 66 179 64 0.63 0 0.64 0.30 118.96 0.47 0.48
Hex 42 B3 40 3F 0 40 1E 77 2F 30
Octal 102 263 100 77 0 100 36 167 57 60
Binary 1000010 10110011 1000000 111111 0 1000000 11110 1110111 101111 110000

Color Harmonies of #42B340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B340

Black with #42B340

Text Example


Text Example

White with #42B340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,179,64); }

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

background-color css

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

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

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

border-color css

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

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

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