Html Css Color HEX #42994D Fruit Salad

📋 copy color: '#42994D'

red 66 ◦ green 153 ◦ blue 77

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

Shades of Fruit Salad #42994D

Tints of Fruit Salad #42994D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.01%

R = 22.3%
G = 51.69%
B = 26.01%

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

#42994D (or 0x42994D) is known color: Fruit Salad. HEX triplet: 42, 99 and 4D. RGB value is (66,153,77). Sum of RGB (Red+Green+Blue) = 66+153+77=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #42994D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42994D is #BD66B2. Grayscale: #767676. Windows color (decimal): -12412595 or 5085506. OLE color: 5085506.

HSL color Cylindrical-coordinate representation of color #42994D: hue angle of 127.59º 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 #42994D is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 153 77 -
CMYK 0.57 0 0.50 0.4
HSL 127.59º 0.4% 0.43% -
HSV(B) 127.59º 0.57% 0.6% -
XYZ 14.98 24.48 10.96 -
YUV 118.32 104.68 90.68 -
System Red Green Blue C M Y K H S L
Decimal 66 153 77 0.57 0 0.50 0.4 127.59 0.4 0.43
Hex 42 99 4D 39 0 32 28 80 28 2B
Octal 102 231 115 71 0 62 50 200 50 53
Binary 1000010 10011001 1001101 111001 0 110010 101000 10000000 101000 101011

Color Harmonies of #42994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42994D

Black with #42994D

Text Example


Text Example

White with #42994D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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