Html Css Color HEX #42994C Fruit Salad

📋 copy color: '#42994C'

red 66 ◦ green 153 ◦ blue 76

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

Shades of Fruit Salad #42994C

Tints of Fruit Salad #42994C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51.86%

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

R = 22.37%
G = 51.86%
B = 25.76%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#42994C (or 0x42994C) is known color: Fruit Salad. HEX triplet: 42, 99 and 4C. RGB value is (66,153,76). Sum of RGB (Red+Green+Blue) = 66+153+76=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #42994C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42994C is #BD66B3. Grayscale: #767676. Windows color (decimal): -12412596 or 5019970. OLE color: 5019970.

HSL color Cylindrical-coordinate representation of color #42994C: hue angle of 126.9º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42994C is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 153 76 -
CMYK 0.57 0 0.50 0.4
HSL 126.9º 0.4% 0.43% -
HSV(B) 126.9º 0.57% 0.6% -
XYZ 14.94 24.46 10.77 -
YUV 118.21 104.18 90.76 -
System Red Green Blue C M Y K H S L
Decimal 66 153 76 0.57 0 0.50 0.4 126.9 0.4 0.43
Hex 42 99 4C 39 0 32 28 7F 28 2B
Octal 102 231 114 71 0 62 50 177 50 53
Binary 1000010 10011001 1001100 111001 0 110010 101000 1111111 101000 101011

Color Harmonies of #42994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42994C

Black with #42994C

Text Example


Text Example

White with #42994C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42994C; }

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

 H1.HeaderClassName
 {
   color: #42994C;
 }
 .AnyTagClassName
 {
   color: #42994C;
 }
</style>

background-color css

<style>
 a { background-color: #42994C; }

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

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

border-color css

<style>
 span { border-color: #42994C; }

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

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