Html Css Color HEX #42A13C Fruit Salad

📋 copy color: '#42A13C'

red 66 ◦ green 161 ◦ blue 60

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

Shades of Fruit Salad #42A13C

Tints of Fruit Salad #42A13C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 56.1%

 BLUE value IS 60 (23.83% from 255) = 20.91%

R = 23%
G = 56.1%
B = 20.91%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#42A13C (or 0x42A13C) is known color: Fruit Salad. HEX triplet: 42, A1 and 3C. RGB value is (66,161,60). Sum of RGB (Red+Green+Blue) = 66+161+60=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 161 (63.28% from 255 or 56.10% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 161 - color contains mainly: green. Hex color #42A13C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A13C is #BD5EC3. Grayscale: #797979. Windows color (decimal): -12410564 or 3973442. OLE color: 3973442.

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

Color convert

RGB 66 161 60 -
CMYK 0.59 0 0.63 0.37
HSL 116.44º 0.46% 0.43% -
HSV(B) 116.44º 0.63% 0.63% -
XYZ 15.81 26.97 8.65 -
YUV 121.08 93.53 88.71 -
System Red Green Blue C M Y K H S L
Decimal 66 161 60 0.59 0 0.63 0.37 116.44 0.46 0.43
Hex 42 A1 3C 3B 0 3F 25 74 2E 2B
Octal 102 241 74 73 0 77 45 164 56 53
Binary 1000010 10100001 111100 111011 0 111111 100101 1110100 101110 101011

Color Harmonies of #42A13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A13C

Black with #42A13C

Text Example


Text Example

White with #42A13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,161,60); }

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

background-color css

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

 a { background-color: rgb(66,161,60); }

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

border-color css

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

 span { border-color: rgb(66,161,60); }

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