Html Css Color HEX #3FB952 Fruit Salad

📋 copy color: '#3FB952'

red 63 ◦ green 185 ◦ blue 82

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

Shades of Fruit Salad #3FB952

Tints of Fruit Salad #3FB952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.85%

R = 19.09%
G = 56.06%
B = 24.85%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#3FB952 (or 0x3FB952) is known color: Fruit Salad. HEX triplet: 3F, B9 and 52. RGB value is (63,185,82). Sum of RGB (Red+Green+Blue) = 63+185+82=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 185 (72.66% from 255 or 56.06% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 185 - color contains mainly: green. Hex color #3FB952 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FB952 is #C046AD. Grayscale: #898989. Windows color (decimal): -12601006 or 5421375. OLE color: 5421375.

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

Color convert

RGB 63 185 82 -
CMYK 0.66 0 0.56 0.27
HSL 129.34º 0.49% 0.49% -
HSV(B) 129.34º 0.66% 0.73% -
XYZ 20.92 36.36 13.9 -
YUV 136.78 97.08 75.38 -
System Red Green Blue C M Y K H S L
Decimal 63 185 82 0.66 0 0.56 0.27 129.34 0.49 0.49
Hex 3F B9 52 42 0 38 1B 81 31 31
Octal 77 271 122 102 0 70 33 201 61 61
Binary 111111 10111001 1010010 1000010 0 111000 11011 10000001 110001 110001

Color Harmonies of #3FB952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FB952

Black with #3FB952

Text Example


Text Example

White with #3FB952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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