Html Css Color HEX #42B848 Fruit Salad

📋 copy color: '#42B848'

red 66 ◦ green 184 ◦ blue 72

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

Shades of Fruit Salad #42B848

Tints of Fruit Salad #42B848

RGB

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

 GREEN value IS 184 (72.27% from 255) = 57.14%

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

R = 20.5%
G = 57.14%
B = 22.36%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#42B848 (or 0x42B848) is known color: Fruit Salad. HEX triplet: 42, B8 and 48. RGB value is (66,184,72). Sum of RGB (Red+Green+Blue) = 66+184+72=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 184 (72.27% from 255 or 57.14% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 184 - color contains mainly: green. Hex color #42B848 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B848 is #BD47B7. Grayscale: #888888. Windows color (decimal): -12404664 or 4765762. OLE color: 4765762.

HSL color Cylindrical-coordinate representation of color #42B848: hue angle of 123.05º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B848 is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 66 184 72 -
CMYK 0.64 0 0.61 0.28
HSL 123.05º 0.47% 0.49% -
HSV(B) 123.05º 0.64% 0.72% -
XYZ 20.56 35.91 11.98 -
YUV 135.95 91.91 78.11 -
System Red Green Blue C M Y K H S L
Decimal 66 184 72 0.64 0 0.61 0.28 123.05 0.47 0.49
Hex 42 B8 48 40 0 3D 1C 7B 2F 31
Octal 102 270 110 100 0 75 34 173 57 61
Binary 1000010 10111000 1001000 1000000 0 111101 11100 1111011 101111 110001

Color Harmonies of #42B848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B848

Black with #42B848

Text Example


Text Example

White with #42B848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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