Html Css Color HEX #42A248 Fruit Salad

📋 copy color: '#42A248'

red 66 ◦ green 162 ◦ blue 72

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

Shades of Fruit Salad #42A248

Tints of Fruit Salad #42A248

RGB

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

 GREEN value IS 162 (63.67% from 255) = 54%

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

R = 22%
G = 54%
B = 24%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#42A248 (or 0x42A248) is known color: Fruit Salad. HEX triplet: 42, A2 and 48. RGB value is (66,162,72). Sum of RGB (Red+Green+Blue) = 66+162+72=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 162 (63.67% from 255 or 54% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 162 - color contains mainly: green. Hex color #42A248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A248 is #BD5DB7. Grayscale: #7B7B7B. Windows color (decimal): -12410296 or 4760130. OLE color: 4760130.

HSL color Cylindrical-coordinate representation of color #42A248: hue angle of 123.75º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42A248 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 162 72 -
CMYK 0.59 0 0.56 0.36
HSL 123.75º 0.42% 0.45% -
HSV(B) 123.75º 0.59% 0.64% -
XYZ 16.34 27.47 10.57 -
YUV 123.04 99.2 87.32 -
System Red Green Blue C M Y K H S L
Decimal 66 162 72 0.59 0 0.56 0.36 123.75 0.42 0.45
Hex 42 A2 48 3B 0 38 24 7C 2A 2D
Octal 102 242 110 73 0 70 44 174 52 55
Binary 1000010 10100010 1001000 111011 0 111000 100100 1111100 101010 101101

Color Harmonies of #42A248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A248

Black with #42A248

Text Example


Text Example

White with #42A248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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