Html Css Color HEX #3FBC52 Fruit Salad

📋 copy color: '#3FBC52'

red 63 ◦ green 188 ◦ blue 82

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

Shades of Fruit Salad #3FBC52

Tints of Fruit Salad #3FBC52

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.46%

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

R = 18.92%
G = 56.46%
B = 24.62%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#3FBC52 (or 0x3FBC52) is known color: Fruit Salad. HEX triplet: 3F, BC and 52. RGB value is (63,188,82). Sum of RGB (Red+Green+Blue) = 63+188+82=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBC52 is #C043AD. Grayscale: #8A8A8A. Windows color (decimal): -12600238 or 5422143. OLE color: 5422143.

HSL color Cylindrical-coordinate representation of color #3FBC52: hue angle of 129.12º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FBC52 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 63 188 82 -
CMYK 0.66 0 0.56 0.26
HSL 129.12º 0.5% 0.49% -
HSV(B) 129.12º 0.66% 0.74% -
XYZ 21.56 37.63 14.11 -
YUV 138.54 96.09 74.12 -
System Red Green Blue C M Y K H S L
Decimal 63 188 82 0.66 0 0.56 0.26 129.12 0.5 0.49
Hex 3F BC 52 42 0 38 1A 81 32 31
Octal 77 274 122 102 0 70 32 201 62 61
Binary 111111 10111100 1010010 1000010 0 111000 11010 10000001 110010 110001

Color Harmonies of #3FBC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FBC52

Black with #3FBC52

Text Example


Text Example

White with #3FBC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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