Html Css Color HEX #3FA64B Fruit Salad

📋 copy color: '#3FA64B'

red 63 ◦ green 166 ◦ blue 75

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

Shades of Fruit Salad #3FA64B

Tints of Fruit Salad #3FA64B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.67%

R = 20.72%
G = 54.61%
B = 24.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#3FA64B (or 0x3FA64B) is known color: Fruit Salad. HEX triplet: 3F, A6 and 4B. RGB value is (63,166,75). Sum of RGB (Red+Green+Blue) = 63+166+75=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 166 (65.23% from 255 or 54.61% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 166 - color contains mainly: green. Hex color #3FA64B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA64B is #C059B4. Grayscale: #7D7D7D. Windows color (decimal): -12605877 or 4957759. OLE color: 4957759.

HSL color Cylindrical-coordinate representation of color #3FA64B: hue angle of 126.99º 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 #3FA64B is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 63 166 75 -
CMYK 0.62 0 0.55 0.35
HSL 126.99º 0.45% 0.45% -
HSV(B) 126.99º 0.62% 0.65% -
XYZ 16.96 28.84 11.33 -
YUV 124.83 99.88 83.9 -
System Red Green Blue C M Y K H S L
Decimal 63 166 75 0.62 0 0.55 0.35 126.99 0.45 0.45
Hex 3F A6 4B 3E 0 37 23 7F 2D 2D
Octal 77 246 113 76 0 67 43 177 55 55
Binary 111111 10100110 1001011 111110 0 110111 100011 1111111 101101 101101

Color Harmonies of #3FA64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA64B

Black with #3FA64B

Text Example


Text Example

White with #3FA64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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