Html Css Color HEX #42943F Fruit Salad

📋 copy color: '#42943F'

red 66 ◦ green 148 ◦ blue 63

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

Shades of Fruit Salad #42943F

Tints of Fruit Salad #42943F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.43%

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

R = 23.83%
G = 53.43%
B = 22.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#42943F (or 0x42943F) is known color: Fruit Salad. HEX triplet: 42, 94 and 3F. RGB value is (66,148,63). Sum of RGB (Red+Green+Blue) = 66+148+63=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #42943F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42943F is #BD6BC0. Grayscale: #727272. Windows color (decimal): -12413889 or 4166722. OLE color: 4166722.

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

Color convert

RGB 66 148 63 -
CMYK 0.55 0 0.57 0.42
HSL 117.88º 0.4% 0.41% -
HSV(B) 117.88º 0.57% 0.58% -
XYZ 13.73 22.7 8.36 -
YUV 113.79 99.33 93.91 -
System Red Green Blue C M Y K H S L
Decimal 66 148 63 0.55 0 0.57 0.42 117.88 0.4 0.41
Hex 42 94 3F 37 0 39 2A 76 28 29
Octal 102 224 77 67 0 71 52 166 50 51
Binary 1000010 10010100 111111 110111 0 111001 101010 1110110 101000 101001

Color Harmonies of #42943F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42943F

Black with #42943F

Text Example


Text Example

White with #42943F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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