Html Css Color HEX #42B14E Fruit Salad

📋 copy color: '#42B14E'

red 66 ◦ green 177 ◦ blue 78

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

Shades of Fruit Salad #42B14E

Tints of Fruit Salad #42B14E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 55.14%

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

R = 20.56%
G = 55.14%
B = 24.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#42B14E (or 0x42B14E) is known color: Fruit Salad. HEX triplet: 42, B1 and 4E. RGB value is (66,177,78). Sum of RGB (Red+Green+Blue) = 66+177+78=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 177 (69.53% from 255 or 55.14% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 177 - color contains mainly: green. Hex color #42B14E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B14E is #BD4EB1. Grayscale: #848484. Windows color (decimal): -12406450 or 5157186. OLE color: 5157186.

HSL color Cylindrical-coordinate representation of color #42B14E: hue angle of 126.49º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B14E is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 177 78 -
CMYK 0.63 0 0.56 0.31
HSL 126.49º 0.46% 0.48% -
HSV(B) 126.49º 0.63% 0.69% -
XYZ 19.34 33.15 12.59 -
YUV 132.53 97.23 80.55 -
System Red Green Blue C M Y K H S L
Decimal 66 177 78 0.63 0 0.56 0.31 126.49 0.46 0.48
Hex 42 B1 4E 3F 0 38 1F 7E 2E 30
Octal 102 261 116 77 0 70 37 176 56 60
Binary 1000010 10110001 1001110 111111 0 111000 11111 1111110 101110 110000

Color Harmonies of #42B14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B14E

Black with #42B14E

Text Example


Text Example

White with #42B14E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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