Html Css Color HEX #42BC4E Fruit Salad

📋 copy color: '#42BC4E'

red 66 ◦ green 188 ◦ blue 78

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

Shades of Fruit Salad #42BC4E

Tints of Fruit Salad #42BC4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.49%

R = 19.88%
G = 56.63%
B = 23.49%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#42BC4E (or 0x42BC4E) is known color: Fruit Salad. HEX triplet: 42, BC and 4E. RGB value is (66,188,78). Sum of RGB (Red+Green+Blue) = 66+188+78=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 188 (73.83% from 255 or 56.63% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BC4E is #BD43B1. Grayscale: #8B8B8B. Windows color (decimal): -12403634 or 5160002. OLE color: 5160002.

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

Color convert

RGB 66 188 78 -
CMYK 0.65 0 0.59 0.26
HSL 125.9º 0.48% 0.5% -
HSV(B) 125.9º 0.65% 0.74% -
XYZ 21.61 37.67 13.34 -
YUV 138.98 93.58 75.94 -
System Red Green Blue C M Y K H S L
Decimal 66 188 78 0.65 0 0.59 0.26 125.9 0.48 0.5
Hex 42 BC 4E 41 0 3B 1A 7E 30 32
Octal 102 274 116 101 0 73 32 176 60 62
Binary 1000010 10111100 1001110 1000001 0 111011 11010 1111110 110000 110010

Color Harmonies of #42BC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BC4E

Black with #42BC4E

Text Example


Text Example

White with #42BC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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