Html Css Color HEX #3FB13B Fruit Salad

📋 copy color: '#3FB13B'

red 63 ◦ green 177 ◦ blue 59

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

Shades of Fruit Salad #3FB13B

Tints of Fruit Salad #3FB13B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.73%

R = 21.07%
G = 59.2%
B = 19.73%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#3FB13B (or 0x3FB13B) is known color: Fruit Salad. HEX triplet: 3F, B1 and 3B. RGB value is (63,177,59). Sum of RGB (Red+Green+Blue) = 63+177+59=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 177 (69.53% from 255 or 59.20% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 177 - color contains mainly: green. Hex color #3FB13B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FB13B is #C04EC4. Grayscale: #818181. Windows color (decimal): -12603077 or 3911999. OLE color: 3911999.

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

Color convert

RGB 63 177 59 -
CMYK 0.64 0 0.67 0.31
HSL 117.97º 0.5% 0.46% -
HSV(B) 117.97º 0.67% 0.69% -
XYZ 18.56 32.82 9.49 -
YUV 129.46 88.23 80.59 -
System Red Green Blue C M Y K H S L
Decimal 63 177 59 0.64 0 0.67 0.31 117.97 0.5 0.46
Hex 3F B1 3B 40 0 43 1F 76 32 2E
Octal 77 261 73 100 0 103 37 166 62 56
Binary 111111 10110001 111011 1000000 0 1000011 11111 1110110 110010 101110

Color Harmonies of #3FB13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FB13B

Black with #3FB13B

Text Example


Text Example

White with #3FB13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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