Html Css Color HEX #42BC47 Fruit Salad

📋 copy color: '#42BC47'

red 66 ◦ green 188 ◦ blue 71

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

Shades of Fruit Salad #42BC47

Tints of Fruit Salad #42BC47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.85%

R = 20.31%
G = 57.85%
B = 21.85%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#42BC47 (or 0x42BC47) is known color: Fruit Salad. HEX triplet: 42, BC and 47. RGB value is (66,188,71). Sum of RGB (Red+Green+Blue) = 66+188+71=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BC47 is #BD43B8. Grayscale: #8A8A8A. Windows color (decimal): -12403641 or 4701250. OLE color: 4701250.

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

Color convert

RGB 66 188 71 -
CMYK 0.65 0 0.62 0.26
HSL 122.46º 0.48% 0.5% -
HSV(B) 122.46º 0.65% 0.74% -
XYZ 21.37 37.58 12.09 -
YUV 138.18 90.08 76.51 -
System Red Green Blue C M Y K H S L
Decimal 66 188 71 0.65 0 0.62 0.26 122.46 0.48 0.5
Hex 42 BC 47 41 0 3E 1A 7A 30 32
Octal 102 274 107 101 0 76 32 172 60 62
Binary 1000010 10111100 1000111 1000001 0 111110 11010 1111010 110000 110010

Color Harmonies of #42BC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BC47

Black with #42BC47

Text Example


Text Example

White with #42BC47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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