Html Css Color HEX #42A34E Fruit Salad

📋 copy color: '#42A34E'

red 66 ◦ green 163 ◦ blue 78

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

Shades of Fruit Salad #42A34E

Tints of Fruit Salad #42A34E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 53.09%

 BLUE value IS 78 (30.86% from 255) = 25.41%

R = 21.5%
G = 53.09%
B = 25.41%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#42A34E (or 0x42A34E) is known color: Fruit Salad. HEX triplet: 42, A3 and 4E. RGB value is (66,163,78). Sum of RGB (Red+Green+Blue) = 66+163+78=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 163 (64.06% from 255 or 53.09% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 163 - color contains mainly: green. Hex color #42A34E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A34E is #BD5CB1. Grayscale: #7C7C7C. Windows color (decimal): -12410034 or 5153602. OLE color: 5153602.

HSL color Cylindrical-coordinate representation of color #42A34E: hue angle of 127.42º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A34E is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 163 78 -
CMYK 0.60 0 0.52 0.36
HSL 127.42º 0.42% 0.45% -
HSV(B) 127.42º 0.6% 0.64% -
XYZ 16.72 27.9 11.71 -
YUV 124.31 101.86 86.41 -
System Red Green Blue C M Y K H S L
Decimal 66 163 78 0.60 0 0.52 0.36 127.42 0.42 0.45
Hex 42 A3 4E 3C 0 34 24 7F 2A 2D
Octal 102 243 116 74 0 64 44 177 52 55
Binary 1000010 10100011 1001110 111100 0 110100 100100 1111111 101010 101101

Color Harmonies of #42A34E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A34E

Black with #42A34E

Text Example


Text Example

White with #42A34E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,163,78); }

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

background-color css

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

 a { background-color: rgb(66,163,78); }

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

border-color css

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

 span { border-color: rgb(66,163,78); }

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