Html Css Color HEX #42BA55 Fruit Salad

📋 copy color: '#42BA55'

red 66 ◦ green 186 ◦ blue 85

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

Shades of Fruit Salad #42BA55

Tints of Fruit Salad #42BA55

RGB

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

 GREEN value IS 186 (73.05% from 255) = 55.19%

 BLUE value IS 85 (33.59% from 255) = 25.22%

R = 19.58%
G = 55.19%
B = 25.22%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#42BA55 (or 0x42BA55) is known color: Fruit Salad. HEX triplet: 42, BA and 55. RGB value is (66,186,85). Sum of RGB (Red+Green+Blue) = 66+186+85=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BA55 is #BD45AA. Grayscale: #8A8A8A. Windows color (decimal): -12404139 or 5618242. OLE color: 5618242.

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

Color convert

RGB 66 186 85 -
CMYK 0.65 0 0.54 0.27
HSL 129.5º 0.48% 0.49% -
HSV(B) 129.5º 0.65% 0.73% -
XYZ 21.45 36.93 14.59 -
YUV 138.61 97.74 76.21 -
System Red Green Blue C M Y K H S L
Decimal 66 186 85 0.65 0 0.54 0.27 129.5 0.48 0.49
Hex 42 BA 55 41 0 36 1B 82 30 31
Octal 102 272 125 101 0 66 33 202 60 61
Binary 1000010 10111010 1010101 1000001 0 110110 11011 10000010 110000 110001

Color Harmonies of #42BA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA55

Black with #42BA55

Text Example


Text Example

White with #42BA55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,186,85); }

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

background-color css

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

 a { background-color: rgb(66,186,85); }

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

border-color css

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

 span { border-color: rgb(66,186,85); }

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