Html Css Color HEX #42B043 Fruit Salad

📋 copy color: '#42B043'

red 66 ◦ green 176 ◦ blue 67

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

Shades of Fruit Salad #42B043

Tints of Fruit Salad #42B043

RGB

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

 GREEN value IS 176 (69.14% from 255) = 56.96%

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

R = 21.36%
G = 56.96%
B = 21.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#42B043 (or 0x42B043) is known color: Fruit Salad. HEX triplet: 42, B0 and 43. RGB value is (66,176,67). Sum of RGB (Red+Green+Blue) = 66+176+67=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 176 (69.14% from 255 or 56.96% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 176 - color contains mainly: green. Hex color #42B043 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B043 is #BD4FBC. Grayscale: #838383. Windows color (decimal): -12406717 or 4436034. OLE color: 4436034.

HSL color Cylindrical-coordinate representation of color #42B043: hue angle of 120.55º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42B043 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 176 67 -
CMYK 0.62 0 0.62 0.31
HSL 120.55º 0.45% 0.47% -
HSV(B) 120.55º 0.63% 0.69% -
XYZ 18.79 32.61 10.62 -
YUV 130.68 92.06 81.86 -
System Red Green Blue C M Y K H S L
Decimal 66 176 67 0.62 0 0.62 0.31 120.55 0.45 0.47
Hex 42 B0 43 3E 0 3E 1F 79 2D 2F
Octal 102 260 103 76 0 76 37 171 55 57
Binary 1000010 10110000 1000011 111110 0 111110 11111 1111001 101101 101111

Color Harmonies of #42B043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B043

Black with #42B043

Text Example


Text Example

White with #42B043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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