Html Css Color HEX #42A34C Fruit Salad

📋 copy color: '#42A34C'

red 66 ◦ green 163 ◦ blue 76

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

Shades of Fruit Salad #42A34C

Tints of Fruit Salad #42A34C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.92%

R = 21.64%
G = 53.44%
B = 24.92%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#42A34C (or 0x42A34C) is known color: Fruit Salad. HEX triplet: 42, A3 and 4C. RGB value is (66,163,76). Sum of RGB (Red+Green+Blue) = 66+163+76=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 163 (64.06% from 255 or 53.44% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 163 - color contains mainly: green. Hex color #42A34C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A34C is #BD5CB3. Grayscale: #7C7C7C. Windows color (decimal): -12410036 or 5022530. OLE color: 5022530.

HSL color Cylindrical-coordinate representation of color #42A34C: hue angle of 126.19º 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 #42A34C is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 163 76 -
CMYK 0.60 0 0.53 0.36
HSL 126.19º 0.42% 0.45% -
HSV(B) 126.19º 0.6% 0.64% -
XYZ 16.65 27.87 11.34 -
YUV 124.08 100.86 86.57 -
System Red Green Blue C M Y K H S L
Decimal 66 163 76 0.60 0 0.53 0.36 126.19 0.42 0.45
Hex 42 A3 4C 3C 0 35 24 7E 2A 2D
Octal 102 243 114 74 0 65 44 176 52 55
Binary 1000010 10100011 1001100 111100 0 110101 100100 1111110 101010 101101

Color Harmonies of #42A34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A34C

Black with #42A34C

Text Example


Text Example

White with #42A34C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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