Html Css Color HEX #42BB52 Fruit Salad

📋 copy color: '#42BB52'

red 66 ◦ green 187 ◦ blue 82

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

Shades of Fruit Salad #42BB52

Tints of Fruit Salad #42BB52

RGB

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

 GREEN value IS 187 (73.44% from 255) = 55.82%

 BLUE value IS 82 (32.42% from 255) = 24.48%

R = 19.7%
G = 55.82%
B = 24.48%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#42BB52 (or 0x42BB52) is known color: Fruit Salad. HEX triplet: 42, BB and 52. RGB value is (66,187,82). Sum of RGB (Red+Green+Blue) = 66+187+82=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 187 (73.44% from 255 or 55.82% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 187 - color contains mainly: green. Hex color #42BB52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BB52 is #BD44AD. Grayscale: #8B8B8B. Windows color (decimal): -12403886 or 5421890. OLE color: 5421890.

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

Color convert

RGB 66 187 82 -
CMYK 0.65 0 0.56 0.27
HSL 127.93º 0.48% 0.5% -
HSV(B) 127.93º 0.65% 0.73% -
XYZ 21.54 37.31 14.05 -
YUV 138.85 95.91 76.04 -
System Red Green Blue C M Y K H S L
Decimal 66 187 82 0.65 0 0.56 0.27 127.93 0.48 0.5
Hex 42 BB 52 41 0 38 1B 80 30 32
Octal 102 273 122 101 0 70 33 200 60 62
Binary 1000010 10111011 1010010 1000001 0 111000 11011 10000000 110000 110010

Color Harmonies of #42BB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BB52

Black with #42BB52

Text Example


Text Example

White with #42BB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,187,82); }

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

background-color css

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

 a { background-color: rgb(66,187,82); }

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

border-color css

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

 span { border-color: rgb(66,187,82); }

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