Html Css Color HEX #42A948 Fruit Salad

📋 copy color: '#42A948'

red 66 ◦ green 169 ◦ blue 72

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

Shades of Fruit Salad #42A948

Tints of Fruit Salad #42A948

RGB

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

 GREEN value IS 169 (66.41% from 255) = 55.05%

 BLUE value IS 72 (28.52% from 255) = 23.45%

R = 21.5%
G = 55.05%
B = 23.45%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#42A948 (or 0x42A948) is known color: Fruit Salad. HEX triplet: 42, A9 and 48. RGB value is (66,169,72). Sum of RGB (Red+Green+Blue) = 66+169+72=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 169 (66.41% from 255 or 55.05% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 169 - color contains mainly: green. Hex color #42A948 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A948 is #BD56B7. Grayscale: #7F7F7F. Windows color (decimal): -12408504 or 4761922. OLE color: 4761922.

HSL color Cylindrical-coordinate representation of color #42A948: hue angle of 123.5º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42A948 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 66 169 72 -
CMYK 0.61 0 0.57 0.34
HSL 123.5º 0.44% 0.46% -
HSV(B) 123.5º 0.61% 0.66% -
XYZ 17.6 30 10.99 -
YUV 127.15 96.88 84.39 -
System Red Green Blue C M Y K H S L
Decimal 66 169 72 0.61 0 0.57 0.34 123.5 0.44 0.46
Hex 42 A9 48 3D 0 39 22 7B 2C 2E
Octal 102 251 110 75 0 71 42 173 54 56
Binary 1000010 10101001 1001000 111101 0 111001 100010 1111011 101100 101110

Color Harmonies of #42A948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A948

Black with #42A948

Text Example


Text Example

White with #42A948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,169,72); }

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

background-color css

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

 a { background-color: rgb(66,169,72); }

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

border-color css

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

 span { border-color: rgb(66,169,72); }

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