Html Css Color HEX #42A63B Fruit Salad

📋 copy color: '#42A63B'

red 66 ◦ green 166 ◦ blue 59

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

Shades of Fruit Salad #42A63B

Tints of Fruit Salad #42A63B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 57.04%

 BLUE value IS 59 (23.44% from 255) = 20.27%

R = 22.68%
G = 57.04%
B = 20.27%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#42A63B (or 0x42A63B) is known color: Fruit Salad. HEX triplet: 42, A6 and 3B. RGB value is (66,166,59). Sum of RGB (Red+Green+Blue) = 66+166+59=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 166 (65.23% from 255 or 57.04% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 166 - color contains mainly: green. Hex color #42A63B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A63B is #BD59C4. Grayscale: #7C7C7C. Windows color (decimal): -12409285 or 3909186. OLE color: 3909186.

HSL color Cylindrical-coordinate representation of color #42A63B: hue angle of 116.07º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42A63B is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 166 59 -
CMYK 0.60 0 0.64 0.35
HSL 116.07º 0.48% 0.44% -
HSV(B) 116.07º 0.64% 0.65% -
XYZ 16.67 28.75 8.81 -
YUV 123.9 91.37 86.7 -
System Red Green Blue C M Y K H S L
Decimal 66 166 59 0.60 0 0.64 0.35 116.07 0.48 0.44
Hex 42 A6 3B 3C 0 40 23 74 30 2C
Octal 102 246 73 74 0 100 43 164 60 54
Binary 1000010 10100110 111011 111100 0 1000000 100011 1110100 110000 101100

Color Harmonies of #42A63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A63B

Black with #42A63B

Text Example


Text Example

White with #42A63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,166,59); }

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

background-color css

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

 a { background-color: rgb(66,166,59); }

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

border-color css

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

 span { border-color: rgb(66,166,59); }

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