Html Css Color HEX #3FB03B Fruit Salad

📋 copy color: '#3FB03B'

red 63 ◦ green 176 ◦ blue 59

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

Shades of Fruit Salad #3FB03B

Tints of Fruit Salad #3FB03B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 59.06%

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

R = 21.14%
G = 59.06%
B = 19.8%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#3FB03B (or 0x3FB03B) is known color: Fruit Salad. HEX triplet: 3F, B0 and 3B. RGB value is (63,176,59). Sum of RGB (Red+Green+Blue) = 63+176+59=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 176 (69.14% from 255 or 59.06% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 176 - color contains mainly: green. Hex color #3FB03B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FB03B is #C04FC4. Grayscale: #818181. Windows color (decimal): -12603333 or 3911743. OLE color: 3911743.

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

Color convert

RGB 63 176 59 -
CMYK 0.64 0 0.66 0.31
HSL 117.95º 0.5% 0.46% -
HSV(B) 117.95º 0.66% 0.69% -
XYZ 18.36 32.42 9.43 -
YUV 128.88 88.56 81.01 -
System Red Green Blue C M Y K H S L
Decimal 63 176 59 0.64 0 0.66 0.31 117.95 0.5 0.46
Hex 3F B0 3B 40 0 42 1F 76 32 2E
Octal 77 260 73 100 0 102 37 166 62 56
Binary 111111 10110000 111011 1000000 0 1000010 11111 1110110 110010 101110

Color Harmonies of #3FB03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FB03B

Black with #3FB03B

Text Example


Text Example

White with #3FB03B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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