Html Css Color HEX #42B954 Fruit Salad

📋 copy color: '#42B954'

red 66 ◦ green 185 ◦ blue 84

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

Shades of Fruit Salad #42B954

Tints of Fruit Salad #42B954

RGB

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

 GREEN value IS 185 (72.66% from 255) = 55.22%

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

R = 19.7%
G = 55.22%
B = 25.07%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#42B954 (or 0x42B954) is known color: Fruit Salad. HEX triplet: 42, B9 and 54. RGB value is (66,185,84). Sum of RGB (Red+Green+Blue) = 66+185+84=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 185 (72.66% from 255 or 55.22% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 185 - color contains mainly: green. Hex color #42B954 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B954 is #BD46AB. Grayscale: #8A8A8A. Windows color (decimal): -12404396 or 5552450. OLE color: 5552450.

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

Color convert

RGB 66 185 84 -
CMYK 0.64 0 0.55 0.27
HSL 129.08º 0.47% 0.49% -
HSV(B) 129.08º 0.64% 0.73% -
XYZ 21.2 36.5 14.31 -
YUV 137.91 97.58 76.71 -
System Red Green Blue C M Y K H S L
Decimal 66 185 84 0.64 0 0.55 0.27 129.08 0.47 0.49
Hex 42 B9 54 40 0 37 1B 81 2F 31
Octal 102 271 124 100 0 67 33 201 57 61
Binary 1000010 10111001 1010100 1000000 0 110111 11011 10000001 101111 110001

Color Harmonies of #42B954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B954

Black with #42B954

Text Example


Text Example

White with #42B954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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