Html Css Color HEX #42A03D Fruit Salad

📋 copy color: '#42A03D'

red 66 ◦ green 160 ◦ blue 61

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

Shades of Fruit Salad #42A03D

Tints of Fruit Salad #42A03D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 55.75%

 BLUE value IS 61 (24.22% from 255) = 21.25%

R = 23%
G = 55.75%
B = 21.25%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#42A03D (or 0x42A03D) is known color: Fruit Salad. HEX triplet: 42, A0 and 3D. RGB value is (66,160,61). Sum of RGB (Red+Green+Blue) = 66+160+61=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 160 (62.89% from 255 or 55.75% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 160 - color contains mainly: green. Hex color #42A03D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A03D is #BD5FC2. Grayscale: #787878. Windows color (decimal): -12410819 or 4038722. OLE color: 4038722.

HSL color Cylindrical-coordinate representation of color #42A03D: hue angle of 116.97º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42A03D is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB 66 160 61 -
CMYK 0.59 0 0.62 0.37
HSL 116.97º 0.45% 0.43% -
HSV(B) 116.97º 0.62% 0.63% -
XYZ 15.66 26.64 8.73 -
YUV 120.61 94.36 89.05 -
System Red Green Blue C M Y K H S L
Decimal 66 160 61 0.59 0 0.62 0.37 116.97 0.45 0.43
Hex 42 A0 3D 3B 0 3E 25 75 2D 2B
Octal 102 240 75 73 0 76 45 165 55 53
Binary 1000010 10100000 111101 111011 0 111110 100101 1110101 101101 101011

Color Harmonies of #42A03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A03D

Black with #42A03D

Text Example


Text Example

White with #42A03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,160,61); }

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

background-color css

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

 a { background-color: rgb(66,160,61); }

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

border-color css

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

 span { border-color: rgb(66,160,61); }

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