Html Css Color HEX #3FA64C Fruit Salad

📋 copy color: '#3FA64C'

red 63 ◦ green 166 ◦ blue 76

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

Shades of Fruit Salad #3FA64C

Tints of Fruit Salad #3FA64C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.92%

R = 20.66%
G = 54.43%
B = 24.92%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#3FA64C (or 0x3FA64C) is known color: Fruit Salad. HEX triplet: 3F, A6 and 4C. RGB value is (63,166,76). Sum of RGB (Red+Green+Blue) = 63+166+76=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 166 (65.23% from 255 or 54.43% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 166 - color contains mainly: green. Hex color #3FA64C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA64C is #C059B3. Grayscale: #7D7D7D. Windows color (decimal): -12605876 or 5023295. OLE color: 5023295.

HSL color Cylindrical-coordinate representation of color #3FA64C: hue angle of 127.57º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA64C is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 63 166 76 -
CMYK 0.62 0 0.54 0.35
HSL 127.57º 0.45% 0.45% -
HSV(B) 127.57º 0.62% 0.65% -
XYZ 16.99 28.85 11.51 -
YUV 124.94 100.38 83.82 -
System Red Green Blue C M Y K H S L
Decimal 63 166 76 0.62 0 0.54 0.35 127.57 0.45 0.45
Hex 3F A6 4C 3E 0 36 23 80 2D 2D
Octal 77 246 114 76 0 66 43 200 55 55
Binary 111111 10100110 1001100 111110 0 110110 100011 10000000 101101 101101

Color Harmonies of #3FA64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA64C

Black with #3FA64C

Text Example


Text Example

White with #3FA64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,166,76); }

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

background-color css

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

 a { background-color: rgb(63,166,76); }

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

border-color css

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

 span { border-color: rgb(63,166,76); }

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