Html Css Color HEX #3FB94B Fruit Salad

📋 copy color: '#3FB94B'

red 63 ◦ green 185 ◦ blue 75

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

Shades of Fruit Salad #3FB94B

Tints of Fruit Salad #3FB94B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 57.28%

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

R = 19.5%
G = 57.28%
B = 23.22%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#3FB94B (or 0x3FB94B) is known color: Fruit Salad. HEX triplet: 3F, B9 and 4B. RGB value is (63,185,75). Sum of RGB (Red+Green+Blue) = 63+185+75=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 185 (72.66% from 255 or 57.28% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 185 - color contains mainly: green. Hex color #3FB94B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FB94B is #C046B4. Grayscale: #888888. Windows color (decimal): -12601013 or 4962623. OLE color: 4962623.

HSL color Cylindrical-coordinate representation of color #3FB94B: hue angle of 125.9º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB94B is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 63 185 75 -
CMYK 0.66 0 0.59 0.27
HSL 125.9º 0.49% 0.49% -
HSV(B) 125.9º 0.66% 0.73% -
XYZ 20.67 36.26 12.57 -
YUV 135.98 93.58 75.94 -
System Red Green Blue C M Y K H S L
Decimal 63 185 75 0.66 0 0.59 0.27 125.9 0.49 0.49
Hex 3F B9 4B 42 0 3B 1B 7E 31 31
Octal 77 271 113 102 0 73 33 176 61 61
Binary 111111 10111001 1001011 1000010 0 111011 11011 1111110 110001 110001

Color Harmonies of #3FB94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FB94B

Black with #3FB94B

Text Example


Text Example

White with #3FB94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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