Html Css Color HEX #42B448 Fruit Salad

📋 copy color: '#42B448'

red 66 ◦ green 180 ◦ blue 72

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

Shades of Fruit Salad #42B448

Tints of Fruit Salad #42B448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.64%

R = 20.75%
G = 56.6%
B = 22.64%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#42B448 (or 0x42B448) is known color: Fruit Salad. HEX triplet: 42, B4 and 48. RGB value is (66,180,72). Sum of RGB (Red+Green+Blue) = 66+180+72=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 180 (70.70% from 255 or 56.60% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 180 - color contains mainly: green. Hex color #42B448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B448 is #BD4BB7. Grayscale: #858585. Windows color (decimal): -12405688 or 4764738. OLE color: 4764738.

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

Color convert

RGB 66 180 72 -
CMYK 0.63 0 0.60 0.29
HSL 123.16º 0.46% 0.48% -
HSV(B) 123.16º 0.63% 0.71% -
XYZ 19.74 34.27 11.71 -
YUV 133.6 93.23 79.78 -
System Red Green Blue C M Y K H S L
Decimal 66 180 72 0.63 0 0.60 0.29 123.16 0.46 0.48
Hex 42 B4 48 3F 0 3C 1D 7B 2E 30
Octal 102 264 110 77 0 74 35 173 56 60
Binary 1000010 10110100 1001000 111111 0 111100 11101 1111011 101110 110000

Color Harmonies of #42B448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B448

Black with #42B448

Text Example


Text Example

White with #42B448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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