Html Css Color HEX #3FB13F Fruit Salad

📋 copy color: '#3FB13F'

red 63 ◦ green 177 ◦ blue 63

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

Shades of Fruit Salad #3FB13F

Tints of Fruit Salad #3FB13F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 58.42%

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

R = 20.79%
G = 58.42%
B = 20.79%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#3FB13F (or 0x3FB13F) is known color: Fruit Salad. HEX triplet: 3F, B1 and 3F. RGB value is (63,177,63). Sum of RGB (Red+Green+Blue) = 63+177+63=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 177 (69.53% from 255 or 58.42% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 177 - color contains mainly: green. Hex color #3FB13F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FB13F is #C04EC0. Grayscale: #828282. Windows color (decimal): -12603073 or 4174143. OLE color: 4174143.

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

Color convert

RGB 63 177 63 -
CMYK 0.64 0 0.64 0.31
HSL 120º 0.48% 0.47% -
HSV(B) 120º 0.64% 0.69% -
XYZ 18.67 32.86 10.06 -
YUV 129.92 90.23 80.27 -
System Red Green Blue C M Y K H S L
Decimal 63 177 63 0.64 0 0.64 0.31 120 0.48 0.47
Hex 3F B1 3F 40 0 40 1F 78 30 2F
Octal 77 261 77 100 0 100 37 170 60 57
Binary 111111 10110001 111111 1000000 0 1000000 11111 1111000 110000 101111

Color Harmonies of #3FB13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FB13F

Black with #3FB13F

Text Example


Text Example

White with #3FB13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,177,63); }

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

background-color css

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

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

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

border-color css

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

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

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