Html Css Color HEX #3FBA4B Fruit Salad

📋 copy color: '#3FBA4B'

red 63 ◦ green 186 ◦ blue 75

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

Shades of Fruit Salad #3FBA4B

Tints of Fruit Salad #3FBA4B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 57.41%

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

R = 19.44%
G = 57.41%
B = 23.15%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#3FBA4B (or 0x3FBA4B) is known color: Fruit Salad. HEX triplet: 3F, BA and 4B. RGB value is (63,186,75). Sum of RGB (Red+Green+Blue) = 63+186+75=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBA4B is #C045B4. Grayscale: #888888. Windows color (decimal): -12600757 or 4962879. OLE color: 4962879.

HSL color Cylindrical-coordinate representation of color #3FBA4B: hue angle of 125.85º 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 #3FBA4B is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 63 186 75 -
CMYK 0.66 0 0.60 0.27
HSL 125.85º 0.49% 0.49% -
HSV(B) 125.85º 0.66% 0.73% -
XYZ 20.88 36.68 12.64 -
YUV 136.57 93.25 75.53 -
System Red Green Blue C M Y K H S L
Decimal 63 186 75 0.66 0 0.60 0.27 125.85 0.49 0.49
Hex 3F BA 4B 42 0 3C 1B 7E 31 31
Octal 77 272 113 102 0 74 33 176 61 61
Binary 111111 10111010 1001011 1000010 0 111100 11011 1111110 110001 110001

Color Harmonies of #3FBA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FBA4B

Black with #3FBA4B

Text Example


Text Example

White with #3FBA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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