Html Css Color HEX #3FAC42 Fruit Salad

📋 copy color: '#3FAC42'

red 63 ◦ green 172 ◦ blue 66

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

Shades of Fruit Salad #3FAC42

Tints of Fruit Salad #3FAC42

RGB

 RED value IS 63 (25% from 255) = 20.93%

 GREEN value IS 172 (67.58% from 255) = 57.14%

 BLUE value IS 66 (26.17% from 255) = 21.93%

R = 20.93%
G = 57.14%
B = 21.93%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#3FAC42 (or 0x3FAC42) is known color: Fruit Salad. HEX triplet: 3F, AC and 42. RGB value is (63,172,66). Sum of RGB (Red+Green+Blue) = 63+172+66=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 172 (67.58% from 255 or 57.14% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAC42 is #C053BD. Grayscale: #7F7F7F. Windows color (decimal): -12604350 or 4369471. OLE color: 4369471.

HSL color Cylindrical-coordinate representation of color #3FAC42: hue angle of 121.65º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FAC42 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 172 66 -
CMYK 0.63 0 0.62 0.33
HSL 121.65º 0.46% 0.46% -
HSV(B) 121.65º 0.63% 0.67% -
XYZ 17.79 30.96 10.19 -
YUV 127.33 93.39 82.12 -
System Red Green Blue C M Y K H S L
Decimal 63 172 66 0.63 0 0.62 0.33 121.65 0.46 0.46
Hex 3F AC 42 3F 0 3E 21 7A 2E 2E
Octal 77 254 102 77 0 76 41 172 56 56
Binary 111111 10101100 1000010 111111 0 111110 100001 1111010 101110 101110

Color Harmonies of #3FAC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAC42

Black with #3FAC42

Text Example


Text Example

White with #3FAC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FAC42; }

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

 H1.HeaderClassName
 {
   color: #3FAC42;
 }
 .AnyTagClassName
 {
   color: #3FAC42;
 }
</style>

background-color css

<style>
 a { background-color: #3FAC42; }

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

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

border-color css

<style>
 span { border-color: #3FAC42; }

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

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