Html Css Color HEX #42BA4E Fruit Salad

📋 copy color: '#42BA4E'

red 66 ◦ green 186 ◦ blue 78

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

Shades of Fruit Salad #42BA4E

Tints of Fruit Salad #42BA4E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 56.36%

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

R = 20%
G = 56.36%
B = 23.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#42BA4E (or 0x42BA4E) is known color: Fruit Salad. HEX triplet: 42, BA and 4E. RGB value is (66,186,78). Sum of RGB (Red+Green+Blue) = 66+186+78=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BA4E is #BD45B1. Grayscale: #8A8A8A. Windows color (decimal): -12404146 or 5159490. OLE color: 5159490.

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

Color convert

RGB 66 186 78 -
CMYK 0.65 0 0.58 0.27
HSL 126º 0.48% 0.49% -
HSV(B) 126º 0.65% 0.73% -
XYZ 21.18 36.83 13.2 -
YUV 137.81 94.24 76.78 -
System Red Green Blue C M Y K H S L
Decimal 66 186 78 0.65 0 0.58 0.27 126 0.48 0.49
Hex 42 BA 4E 41 0 3A 1B 7E 30 31
Octal 102 272 116 101 0 72 33 176 60 61
Binary 1000010 10111010 1001110 1000001 0 111010 11011 1111110 110000 110001

Color Harmonies of #42BA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA4E

Black with #42BA4E

Text Example


Text Example

White with #42BA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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