Html Css Color HEX #42BC51 Fruit Salad

📋 copy color: '#42BC51'

red 66 ◦ green 188 ◦ blue 81

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

Shades of Fruit Salad #42BC51

Tints of Fruit Salad #42BC51

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.12%

 BLUE value IS 81 (32.03% from 255) = 24.18%

R = 19.7%
G = 56.12%
B = 24.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#42BC51 (or 0x42BC51) is known color: Fruit Salad. HEX triplet: 42, BC and 51. RGB value is (66,188,81). Sum of RGB (Red+Green+Blue) = 66+188+81=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BC51 is #BD43AE. Grayscale: #8B8B8B. Windows color (decimal): -12403631 or 5356610. OLE color: 5356610.

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

Color convert

RGB 66 188 81 -
CMYK 0.65 0 0.57 0.26
HSL 127.38º 0.48% 0.5% -
HSV(B) 127.38º 0.65% 0.74% -
XYZ 21.72 37.72 13.92 -
YUV 139.32 95.08 75.7 -
System Red Green Blue C M Y K H S L
Decimal 66 188 81 0.65 0 0.57 0.26 127.38 0.48 0.5
Hex 42 BC 51 41 0 39 1A 7F 30 32
Octal 102 274 121 101 0 71 32 177 60 62
Binary 1000010 10111100 1010001 1000001 0 111001 11010 1111111 110000 110010

Color Harmonies of #42BC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BC51

Black with #42BC51

Text Example


Text Example

White with #42BC51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,188,81); }

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

background-color css

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

 a { background-color: rgb(66,188,81); }

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

border-color css

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

 span { border-color: rgb(66,188,81); }

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