Html Css Color HEX #42B143 Fruit Salad

📋 copy color: '#42B143'

red 66 ◦ green 177 ◦ blue 67

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

Shades of Fruit Salad #42B143

Tints of Fruit Salad #42B143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.61%

R = 21.29%
G = 57.1%
B = 21.61%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#42B143 (or 0x42B143) is known color: Fruit Salad. HEX triplet: 42, B1 and 43. RGB value is (66,177,67). Sum of RGB (Red+Green+Blue) = 66+177+67=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 177 (69.53% from 255 or 57.10% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 177 - color contains mainly: green. Hex color #42B143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B143 is #BD4EBC. Grayscale: #838383. Windows color (decimal): -12406461 or 4436290. OLE color: 4436290.

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

Color convert

RGB 66 177 67 -
CMYK 0.63 0 0.62 0.31
HSL 120.54º 0.46% 0.48% -
HSV(B) 120.54º 0.63% 0.69% -
XYZ 18.98 33.01 10.68 -
YUV 131.27 91.73 81.44 -
System Red Green Blue C M Y K H S L
Decimal 66 177 67 0.63 0 0.62 0.31 120.54 0.46 0.48
Hex 42 B1 43 3F 0 3E 1F 79 2E 30
Octal 102 261 103 77 0 76 37 171 56 60
Binary 1000010 10110001 1000011 111111 0 111110 11111 1111001 101110 110000

Color Harmonies of #42B143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B143

Black with #42B143

Text Example


Text Example

White with #42B143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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