Html Css Color HEX #42994B Fruit Salad

📋 copy color: '#42994B'

red 66 ◦ green 153 ◦ blue 75

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

Shades of Fruit Salad #42994B

Tints of Fruit Salad #42994B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.51%

R = 22.45%
G = 52.04%
B = 25.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#42994B (or 0x42994B) is known color: Fruit Salad. HEX triplet: 42, 99 and 4B. RGB value is (66,153,75). Sum of RGB (Red+Green+Blue) = 66+153+75=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #42994B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42994B is #BD66B4. Grayscale: #767676. Windows color (decimal): -12412597 or 4954434. OLE color: 4954434.

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

Color convert

RGB 66 153 75 -
CMYK 0.57 0 0.51 0.4
HSL 126.21º 0.4% 0.43% -
HSV(B) 126.21º 0.57% 0.6% -
XYZ 14.91 24.45 10.59 -
YUV 118.1 103.68 90.84 -
System Red Green Blue C M Y K H S L
Decimal 66 153 75 0.57 0 0.51 0.4 126.21 0.4 0.43
Hex 42 99 4B 39 0 33 28 7E 28 2B
Octal 102 231 113 71 0 63 50 176 50 53
Binary 1000010 10011001 1001011 111001 0 110011 101000 1111110 101000 101011

Color Harmonies of #42994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42994B

Black with #42994B

Text Example


Text Example

White with #42994B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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