Html Css Color HEX #3FAD45 Fruit Salad

📋 copy color: '#3FAD45'

red 63 ◦ green 173 ◦ blue 69

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

Shades of Fruit Salad #3FAD45

Tints of Fruit Salad #3FAD45

RGB

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

 GREEN value IS 173 (67.97% from 255) = 56.72%

 BLUE value IS 69 (27.34% from 255) = 22.62%

R = 20.66%
G = 56.72%
B = 22.62%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#3FAD45 (or 0x3FAD45) is known color: Fruit Salad. HEX triplet: 3F, AD and 45. RGB value is (63,173,69). Sum of RGB (Red+Green+Blue) = 63+173+69=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 173 (67.97% from 255 or 56.72% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 173 - color contains mainly: green. Hex color #3FAD45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAD45 is #C052BA. Grayscale: #808080. Windows color (decimal): -12604091 or 4566335. OLE color: 4566335.

HSL color Cylindrical-coordinate representation of color #3FAD45: hue angle of 123.27º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAD45 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 63 173 69 -
CMYK 0.64 0 0.60 0.32
HSL 123.27º 0.47% 0.46% -
HSV(B) 123.27º 0.64% 0.68% -
XYZ 18.07 31.37 10.73 -
YUV 128.25 94.56 81.46 -
System Red Green Blue C M Y K H S L
Decimal 63 173 69 0.64 0 0.60 0.32 123.27 0.47 0.46
Hex 3F AD 45 40 0 3C 20 7B 2F 2E
Octal 77 255 105 100 0 74 40 173 57 56
Binary 111111 10101101 1000101 1000000 0 111100 100000 1111011 101111 101110

Color Harmonies of #3FAD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAD45

Black with #3FAD45

Text Example


Text Example

White with #3FAD45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,173,69); }

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

background-color css

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

 a { background-color: rgb(63,173,69); }

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

border-color css

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

 span { border-color: rgb(63,173,69); }

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