Html Css Color HEX #42974E Fruit Salad

📋 copy color: '#42974E'

red 66 ◦ green 151 ◦ blue 78

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

Shades of Fruit Salad #42974E

Tints of Fruit Salad #42974E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 51.19%

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

R = 22.37%
G = 51.19%
B = 26.44%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#42974E (or 0x42974E) is known color: Fruit Salad. HEX triplet: 42, 97 and 4E. RGB value is (66,151,78). Sum of RGB (Red+Green+Blue) = 66+151+78=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 151 (59.38% from 255 or 51.19% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 151 - color contains mainly: green. Hex color #42974E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42974E is #BD68B1. Grayscale: #757575. Windows color (decimal): -12413106 or 5150530. OLE color: 5150530.

HSL color Cylindrical-coordinate representation of color #42974E: hue angle of 128.47º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42974E is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 151 78 -
CMYK 0.56 0 0.48 0.41
HSL 128.47º 0.39% 0.43% -
HSV(B) 128.47º 0.56% 0.59% -
XYZ 14.69 23.84 11.04 -
YUV 117.26 105.84 91.44 -
System Red Green Blue C M Y K H S L
Decimal 66 151 78 0.56 0 0.48 0.41 128.47 0.39 0.43
Hex 42 97 4E 38 0 30 29 80 27 2B
Octal 102 227 116 70 0 60 51 200 47 53
Binary 1000010 10010111 1001110 111000 0 110000 101001 10000000 100111 101011

Color Harmonies of #42974E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42974E

Black with #42974E

Text Example


Text Example

White with #42974E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42974E; }

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

 H1.HeaderClassName
 {
   color: #42974E;
 }
 .AnyTagClassName
 {
   color: #42974E;
 }
</style>

background-color css

<style>
 a { background-color: #42974E; }

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

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

border-color css

<style>
 span { border-color: #42974E; }

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

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