Html Css Color HEX #42B854 Fruit Salad

📋 copy color: '#42B854'

red 66 ◦ green 184 ◦ blue 84

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

Shades of Fruit Salad #42B854

Tints of Fruit Salad #42B854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.15%

R = 19.76%
G = 55.09%
B = 25.15%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#42B854 (or 0x42B854) is known color: Fruit Salad. HEX triplet: 42, B8 and 54. RGB value is (66,184,84). Sum of RGB (Red+Green+Blue) = 66+184+84=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 184 (72.27% from 255 or 55.09% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 184 - color contains mainly: green. Hex color #42B854 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B854 is #BD47AB. Grayscale: #898989. Windows color (decimal): -12404652 or 5552194. OLE color: 5552194.

HSL color Cylindrical-coordinate representation of color #42B854: hue angle of 129.15º 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 #42B854 is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 66 184 84 -
CMYK 0.64 0 0.54 0.28
HSL 129.15º 0.47% 0.49% -
HSV(B) 129.15º 0.64% 0.72% -
XYZ 20.99 36.08 14.25 -
YUV 137.32 97.91 77.13 -
System Red Green Blue C M Y K H S L
Decimal 66 184 84 0.64 0 0.54 0.28 129.15 0.47 0.49
Hex 42 B8 54 40 0 36 1C 81 2F 31
Octal 102 270 124 100 0 66 34 201 57 61
Binary 1000010 10111000 1010100 1000000 0 110110 11100 10000001 101111 110001

Color Harmonies of #42B854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B854

Black with #42B854

Text Example


Text Example

White with #42B854

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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