Html Css Color HEX #42B446 Fruit Salad

📋 copy color: '#42B446'

red 66 ◦ green 180 ◦ blue 70

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

Shades of Fruit Salad #42B446

Tints of Fruit Salad #42B446

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.96%

 BLUE value IS 70 (27.73% from 255) = 22.15%

R = 20.89%
G = 56.96%
B = 22.15%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#42B446 (or 0x42B446) is known color: Fruit Salad. HEX triplet: 42, B4 and 46. RGB value is (66,180,70). Sum of RGB (Red+Green+Blue) = 66+180+70=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 180 (70.70% from 255 or 56.96% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 180 - color contains mainly: green. Hex color #42B446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B446 is #BD4BB9. Grayscale: #858585. Windows color (decimal): -12405690 or 4633666. OLE color: 4633666.

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

Color convert

RGB 66 180 70 -
CMYK 0.63 0 0.61 0.29
HSL 122.11º 0.46% 0.48% -
HSV(B) 122.11º 0.63% 0.71% -
XYZ 19.67 34.24 11.37 -
YUV 133.37 92.23 79.94 -
System Red Green Blue C M Y K H S L
Decimal 66 180 70 0.63 0 0.61 0.29 122.11 0.46 0.48
Hex 42 B4 46 3F 0 3D 1D 7A 2E 30
Octal 102 264 106 77 0 75 35 172 56 60
Binary 1000010 10110100 1000110 111111 0 111101 11101 1111010 101110 110000

Color Harmonies of #42B446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B446

Black with #42B446

Text Example


Text Example

White with #42B446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,180,70); }

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

background-color css

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

 a { background-color: rgb(66,180,70); }

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

border-color css

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

 span { border-color: rgb(66,180,70); }

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