Html Css Color HEX #42963F Fruit Salad

📋 copy color: '#42963F'

red 66 ◦ green 150 ◦ blue 63

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

Shades of Fruit Salad #42963F

Tints of Fruit Salad #42963F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.76%

 BLUE value IS 63 (25% from 255) = 22.58%

R = 23.66%
G = 53.76%
B = 22.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#42963F (or 0x42963F) is known color: Fruit Salad. HEX triplet: 42, 96 and 3F. RGB value is (66,150,63). Sum of RGB (Red+Green+Blue) = 66+150+63=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #42963F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42963F is #BD69C0. Grayscale: #737373. Windows color (decimal): -12413377 or 4167234. OLE color: 4167234.

HSL color Cylindrical-coordinate representation of color #42963F: hue angle of 117.93º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42963F is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 150 63 -
CMYK 0.56 0 0.58 0.41
HSL 117.93º 0.41% 0.42% -
HSV(B) 117.93º 0.58% 0.59% -
XYZ 14.05 23.33 8.47 -
YUV 114.97 98.67 93.07 -
System Red Green Blue C M Y K H S L
Decimal 66 150 63 0.56 0 0.58 0.41 117.93 0.41 0.42
Hex 42 96 3F 38 0 3A 29 76 29 2A
Octal 102 226 77 70 0 72 51 166 51 52
Binary 1000010 10010110 111111 111000 0 111010 101001 1110110 101001 101010

Color Harmonies of #42963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42963F

Black with #42963F

Text Example


Text Example

White with #42963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42963F; }

 p { color: rgb(66,150,63); }

 H1.HeaderClassName
 {
   color: #42963F;
 }
 .AnyTagClassName
 {
   color: #42963F;
 }
</style>

background-color css

<style>
 a { background-color: #42963F; }

 a { background-color: rgb(66,150,63); }

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

border-color css

<style>
 span { border-color: #42963F; }

 span { border-color: rgb(66,150,63); }

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