Html Css Color HEX #42BB53 Fruit Salad

📋 copy color: '#42BB53'

red 66 ◦ green 187 ◦ blue 83

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

Shades of Fruit Salad #42BB53

Tints of Fruit Salad #42BB53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.7%

R = 19.64%
G = 55.65%
B = 24.7%

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

#42BB53 (or 0x42BB53) is known color: Fruit Salad. HEX triplet: 42, BB and 53. RGB value is (66,187,83). Sum of RGB (Red+Green+Blue) = 66+187+83=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 187 (73.44% from 255 or 55.65% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 187 - color contains mainly: green. Hex color #42BB53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BB53 is #BD44AC. Grayscale: #8B8B8B. Windows color (decimal): -12403885 or 5487426. OLE color: 5487426.

HSL color Cylindrical-coordinate representation of color #42BB53: hue angle of 128.43º 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 #42BB53 is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 187 83 -
CMYK 0.65 0 0.56 0.27
HSL 128.43º 0.48% 0.5% -
HSV(B) 128.43º 0.65% 0.73% -
XYZ 21.58 37.32 14.25 -
YUV 138.97 96.41 75.96 -
System Red Green Blue C M Y K H S L
Decimal 66 187 83 0.65 0 0.56 0.27 128.43 0.48 0.5
Hex 42 BB 53 41 0 38 1B 80 30 32
Octal 102 273 123 101 0 70 33 200 60 62
Binary 1000010 10111011 1010011 1000001 0 111000 11011 10000000 110000 110010

Color Harmonies of #42BB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BB53

Black with #42BB53

Text Example


Text Example

White with #42BB53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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