Html Css Color HEX #42B249 Fruit Salad

📋 copy color: '#42B249'

red 66 ◦ green 178 ◦ blue 73

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

Shades of Fruit Salad #42B249

Tints of Fruit Salad #42B249

RGB

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

 GREEN value IS 178 (69.92% from 255) = 56.15%

 BLUE value IS 73 (28.91% from 255) = 23.03%

R = 20.82%
G = 56.15%
B = 23.03%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#42B249 (or 0x42B249) is known color: Fruit Salad. HEX triplet: 42, B2 and 49. RGB value is (66,178,73). Sum of RGB (Red+Green+Blue) = 66+178+73=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 178 (69.92% from 255 or 56.15% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 178 - color contains mainly: green. Hex color #42B249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B249 is #BD4DB6. Grayscale: #848484. Windows color (decimal): -12406199 or 4829762. OLE color: 4829762.

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

Color convert

RGB 66 178 73 -
CMYK 0.63 0 0.59 0.30
HSL 123.75º 0.46% 0.48% -
HSV(B) 123.75º 0.63% 0.7% -
XYZ 19.37 33.48 11.74 -
YUV 132.54 94.39 80.54 -
System Red Green Blue C M Y K H S L
Decimal 66 178 73 0.63 0 0.59 0.30 123.75 0.46 0.48
Hex 42 B2 49 3F 0 3B 1E 7C 2E 30
Octal 102 262 111 77 0 73 36 174 56 60
Binary 1000010 10110010 1001001 111111 0 111011 11110 1111100 101110 110000

Color Harmonies of #42B249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B249

Black with #42B249

Text Example


Text Example

White with #42B249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,178,73); }

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

background-color css

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

 a { background-color: rgb(66,178,73); }

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

border-color css

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

 span { border-color: rgb(66,178,73); }

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