Html Css Color HEX #42B44A Fruit Salad

📋 copy color: '#42B44A'

red 66 ◦ green 180 ◦ blue 74

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

Shades of Fruit Salad #42B44A

Tints of Fruit Salad #42B44A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.13%

R = 20.63%
G = 56.25%
B = 23.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#42B44A (or 0x42B44A) is known color: Fruit Salad. HEX triplet: 42, B4 and 4A. RGB value is (66,180,74). Sum of RGB (Red+Green+Blue) = 66+180+74=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #42B44A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B44A is #BD4BB5. Grayscale: #868686. Windows color (decimal): -12405686 or 4895810. OLE color: 4895810.

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

Color convert

RGB 66 180 74 -
CMYK 0.63 0 0.59 0.29
HSL 124.21º 0.46% 0.48% -
HSV(B) 124.21º 0.63% 0.71% -
XYZ 19.8 34.3 12.05 -
YUV 133.83 94.23 79.62 -
System Red Green Blue C M Y K H S L
Decimal 66 180 74 0.63 0 0.59 0.29 124.21 0.46 0.48
Hex 42 B4 4A 3F 0 3B 1D 7C 2E 30
Octal 102 264 112 77 0 73 35 174 56 60
Binary 1000010 10110100 1001010 111111 0 111011 11101 1111100 101110 110000

Color Harmonies of #42B44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B44A

Black with #42B44A

Text Example


Text Example

White with #42B44A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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